What's in git.git (Jul 2008, issue #07; Sun, 20)
[git/spearce.git] / whatsin.txt
blobacdda3d8782b37aaa60180f5c5226b3d29c77351
1 What's in git.git (Jul 2008, issue #07; Sun, 20)
3   maint 2d9c572 (fix usage string for git grep, 2008-07-20)
4  master 93310a4 (Merge branch 'ap/trackinfo', 2008-07-20)
5 ------------------------------------------------------------------------
7 As announced in a separate message, the tip of master was tagged as
8 1.6.0-rc0; for people who neglected futureproofing themselves so far, it
9 would really be a good time to seriously consider doing so.
11 * The 'maint' branch has these fixes since the last announcement.
13 Jonathan Nieder (1):
14   fix usage string for git grep
16 Junio C Hamano (1):
17   refresh-index: fix bitmask assignment
20 * The 'master' branch has these since the last announcement
21   in addition to the above.
23 Avery Pennarun (1):
24   Reword "your branch has diverged..." lines to reduce line length
26 Dmitry Potapov (1):
27   git-svn: fix git svn info to work without arguments
29 Junio C Hamano (8):
30   rerere.autoupdate: change the message when autoupdate is in effect
31   builtin-add.c: restructure the code for maintainability
32   git-add --all: add all files
33   git-add --all: tests
34   git-add --all: documentation
35   Link shell with compat layer functions
36   Move read_in_full() and write_in_full() to wrapper.c
37   "needs update" considered harmful
39 Lars Noschinski (1):
40   cvsserver: Add testsuite for packed refs
42 Michele Ballabio (2):
43   builtin-merge.c: Fix option parsing
44   builtin-push.c: Cleanup - use OPT_BIT() and remove some variables
46 Miklos Vajna (1):
47   Teach 'git merge' that some merge strategies no longer exist
49 Nanako Shiraishi (1):
50   git am --abort