diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-23 00:21:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-23 00:22:29 -0700 |
commit | bc6100087cfac0293e6ccbea95a24223b724d072 (patch) | |
tree | 4ccd1d85329132aee8efe64973b3e681f5cdc1be /Documentation | |
parent | gc --auto: raise default auto pack limit from 20 to 50 (diff) | |
download | tgif-bc6100087cfac0293e6ccbea95a24223b724d072.tar.xz |
GIT 1.5.5-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.5.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.5.txt b/Documentation/RelNotes-1.5.5.txt index e31ae6a293..14beed49ba 100644 --- a/Documentation/RelNotes-1.5.5.txt +++ b/Documentation/RelNotes-1.5.5.txt @@ -124,6 +124,9 @@ Updates since v1.5.4 * "git gc" now automatically prunes unreachable objects that are two weeks old or older. + * "git gc --auto" can be disabled more easily by just setting gc.auto + to zero. It also tolerates more packfiles by default. + * "git grep" now knows "--name-only" is a synonym for the "-l" option. * "git help <alias>" now reports "'git <alias>' is alias to <what>", @@ -201,6 +204,6 @@ this release, unless otherwise noted. --- exec >/var/tmp/1 -O=v1.5.4.4-620-gc817faa +O=v1.5.5-rc1 echo O=`git describe refs/heads/master` git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint |