What's in/cooking - the first issue in November 08
[git/spearce.git] / whats / in / 2008 / 11 / 01.txt
blobb0436bd87551f021c3d15b719208c2f274392024
1 Subject: What's in git.git (Nov 2008, #01; Sun, 02)
2 X-maint-at: 1a9016aae5aa8c468bb2d8d5dd16303d5c005869
3 X-master-at: 6a509a6f7f38906996ac791449d5bcc2f32eef23
4 X-maint-was: 031e6c898f61db1ae0c0be641eac6532c1000d56
5 X-master-was: 759ad19e772a79a2a5ae6b7377d57eb21d29e6a0
7 What's in git.git (Nov 2008, #01; Sun, 02)
9   maint 1a9016a (Start 1.6.0.4 cycle)
10  master 6a509a6 (Update draft release notes to 1.6.1)
11 ------------------------------------------------------------------------
13 There are several topic branches destined for 'maint' that have been
14 cooking and have graduated to 'master', and I'll make the noise about
15 1.6.0.4 louder once they are merged, but not yet.
17 On the 'master' front, there are quite a few git-gui updates.
19 * The 'maint' branch has these fixes since the last announcement.
21 Alex Riesen (3):
22   Plug a memleak in builtin-revert
23   Add --verbose|-v to test-chmtime
24   Use test-chmtime -v instead of perl in t5000 to get mtime of a file
26 Charles Bailey (1):
27   git-archive: work in bare repos
29 Deskin Miller (2):
30   git-svn: change dashed git-config to git config
31   git-svn: change dashed git-commit-tree to git commit-tree
33 Gustaf Hendeby (1):
34   git-gui: Help identify aspell version on Windows too
36 Jakub Narebski (1):
37   Documentation/gitattributes: Add subsection header for each attribute
39 Jan Krüger (1):
40   Documentation: clarify information about 'ident' attribute
42 Jeff King (4):
43   correct cache_entry allocation
44   pack-objects: avoid reading uninitalized data
45   fix overlapping memcpy in normalize_absolute_path
46   send-pack: do not send out single-level refs such as refs/stash
48 Jonas Fonseca (1):
49   asciidoc: add minor workaround to add an empty line after code blocks
51 Junio C Hamano (1):
52   Start 1.6.0.4 cycle
54 Linus Torvalds (1):
55   Add file delete/create info when we overflow rename_limit
57 Markus Heidelberg (1):
58   bash completion: add doubledash to "git show"
60 Nanako Shiraishi (1):
61   Install git-cvsserver in $(bindir)
63 Pierre Habouzit (1):
64   git send-email: avoid leaking directory file descriptors.
66 Thomas Rast (1):
67   add -p: warn if only binary changes present
69 Tom Preston-Werner (1):
70   add instructions on how to send patches to the mailing list with Gmail
72 Tommi Virtanen (1):
73   Install git-shell in bindir, too
76 * The 'master' branch has these since the last announcement
77   in addition to the above.
79 Alexander Gavrilov (6):
80   git-gui: Make Ctrl-T safe to use for conflicting files.
81   git-gui: Fix the blame window shape.
82   git-gui: Add a search command to the blame viewer.
83   git-gui: Fix the blame viewer destroy handler.
84   git-gui: Add a dialog that shows the OpenSSH public key.
85   git-gui: Add a simple implementation of SSH_ASKPASS.
87 Christian Stimming (1):
88   git-gui: Update German translation.
90 Jan Krüger (1):
91   Introduce receive.denyDeletes
93 Joey Hess (1):
94   git-daemon: set REMOTE_ADDR to client address
96 Johannes Sixt (6):
97   git-gui: Do not automatically stage file after merge tool finishes
98   git-gui: Remove space from the end of aspell's reply before processing
99   git-gui: Fix switch statement in lib/merge.tcl
100   git-gui: Show a round number of bytes of large untracked text files
101   git-gui: Mark-up strings in show_{other,unmerged}_diff() for localization
102   git-gui: Do not munge conflict marker lines in a normal diff
104 Junio C Hamano (4):
105   receive-pack: fix "borrowing from alternate object store" implementation
106   compat/cygwin.c: make runtime detection of lstat/stat lessor impact
107   Stop using compat/regex.c on platforms with working regexp library
108   Update draft release notes to 1.6.1
110 Petr Baudis (12):
111   git-gui: Clarify the Remote -> Delete... action
112   git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menu
113   git-gui: Add support for adding remotes
114   git-gui: Add support for removing remotes
115   git-gui: mkdir -p when initializing new remote repository
116   git-gui: Use git web--browser for web browsing
117   git-gui: Add Explore Working Copy to the Repository menu
118   git-gui: gui.autoexplore makes explorer to pop up automatically after
119     picking
120   git-gui: Avoid using the term URL when specifying repositories
121   git-gui: Make input boxes in init/clone/open dialogs consistent
122   git-gui: Fix removing non-pushable remotes
123   git-gui: Fix fetching from remotes when adding them
125 Shawn O. Pearce (1):
126   git-gui: Show/hide "Sign Off" based on nocommitmsg option
128 Tom Preston-Werner (1):
129   connect.c: add a way for git-daemon to pass an error back to client