What's in/cooking updates
[git/spearce.git] / whats / in / 2008 / 08 / 01.txt
blob271dae3b54bfaa3e930636b90e4cd8a65d10613f
1 What's in git.git (Aug 2008, #01; Tue, 05)
3   maint 2d0f5f3 (RelNotes 1.5.6.5 updates, 2008-08-05)
4  master ddd63e6 (Optimize sha1_object_info for loose objects, not concurrent repacks, 2008-08-05)
5 ------------------------------------------------------------------------
6 Thanks to many people, we have accumulated quite a few fixes that are
7 appropriate for 1.6.0 stabilization effort but at the same time apply
8 equally well to 1.5.6 series.  We might want to do 1.5.6.5 to flush them
9 while we are at it.
11 I am planning to tag 1.6.0-rc2 tomorrow evening.  I noticed that both gitk
12 and git-gui have fixes and many updated translations that I intend to
13 pull before tagging -rc2.
15 * The 'maint' branch has these fixes since the last announcement.
17 Anders Melchiorsen (1):
18   Documentation: fix diff.external example
20 Brandon Casey (1):
21   t/t4202-log.sh: add newline at end of file
23 Ciaran McCreesh (1):
24   Make git-add -i accept ranges like 7-
26 Jeff King (1):
27   init: handle empty "template" parameter
29 Jim Meyering (1):
30   git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.
32 Johannes Schindelin (1):
33   sort_in_topological_order(): avoid setting a commit flag
35 Jonathan Nieder (1):
36   git-diff(1): "--c" -> "--cc" typo fix
38 Junio C Hamano (6):
39   make sure parsed wildcard refspec ends with slash
40   Documentation: clarify diff --cc
41   Update my e-mail address
42   Start 1.5.6.5 RelNotes to describe accumulated fixes
43   builtin-name-rev.c: split deeply nested part from the main function
44   RelNotes 1.5.6.5 updates
46 Linus Torvalds (1):
47   diff.renamelimit is a basic diff configuration
49 Mike Ralphson (1):
50   Documentation: typos / spelling fixes in older RelNotes
52 Pierre Habouzit (1):
53   git-submodule: move ill placed shift.
55 Pieter de Bie (1):
56   git-name-rev: allow --name-only in combination with --stdin
58 RenĂ© Scharfe (1):
59   git-name-rev: don't use printf without format
61 Stephan Beyer (1):
62   builtin-revert.c: typofix
64 Steve Haslam (1):
65   Propagate -u/--upload-pack option of "git clone" to transport.
68 * The 'master' branch has these since the last announcement
69   in addition to the above.
71 Abhijit Menon-Sen (4):
72   Git.pm: localise $? in command_close_bidi_pipe()
73   Fix hash slice syntax error
74   Fix typo in perl/Git.pm
75   Fix typos in INSTALL
77 Anders Melchiorsen (2):
78   Flush output in start_async
79   Add output flushing before fork()
81 Avery Pennarun (2):
82   Teach "git diff -p" Pascal/Delphi funcname pattern
83   git-svn: Abort with an error if 'fetch' parameter is invalid.
85 Brandon Casey (1):
86   Teach fsck and prune that tmp_obj_ file names may not be 14 bytes long
88 David D. Kilzer (1):
89   Fix race condition in t9119-git-svn-info.sh
91 Dmitry Potapov (1):
92   correct access right for git-svn-dcommit test
94 Eric Wong (2):
95   git-svn: properly set path for "info" command
96   t9119: conditionally re-enable test depending on svn(1) version
98 Giuseppe Bilotta (2):
99   diff: add ruby funcname pattern
100   diff: chapter and part in funcname for tex
102 Johannes Schindelin (2):
103   clone: Add an option to set up a mirror
104   clone --bare: Add ".git" suffix to the directory name to clone into
106 Jon Jensen (1):
107   Fix reference to Everyday Git, which is an HTML document and not a man
108     page.
110 Lee Marlow (11):
111   bash completion: remove unused function _git_diff_tree
112   bash completion: Add more long options for 'git log'
113   bash completion: Add completion for 'git grep'
114   bash completion: Add completion for 'git clone'
115   bash completion: Add completion for 'git clean'
116   bash completion: Add completion for 'git init'
117   bash completion: Add completion for 'git revert'
118   bash completion: More completions for 'git stash'
119   bash completion: Add completion for 'git archive'
120   bash completion: Add completion for 'git ls-files'
121   bash completion: Add completion for 'git mv'
123 Mike Ralphson (1):
124   Documentation: typos / spelling fixes
126 Steffen Prohaska (1):
127   Modify mingw_main() workaround to avoid link errors
129 Steven Grimm (1):
130   Optimize sha1_object_info for loose objects, not concurrent repacks