Skip to content

Commit bc61000

Browse files
committed
GIT 1.5.5-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9706397 commit bc61000

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Documentation/RelNotes-1.5.5.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ Updates since v1.5.4
124124
* "git gc" now automatically prunes unreachable objects that are two
125125
weeks old or older.
126126

127+
* "git gc --auto" can be disabled more easily by just setting gc.auto
128+
to zero. It also tolerates more packfiles by default.
129+
127130
* "git grep" now knows "--name-only" is a synonym for the "-l" option.
128131

129132
* "git help <alias>" now reports "'git <alias>' is alias to <what>",
@@ -201,6 +204,6 @@ this release, unless otherwise noted.
201204

202205
---
203206
exec >/var/tmp/1
204-
O=v1.5.4.4-620-gc817faa
207+
O=v1.5.5-rc1
205208
echo O=`git describe refs/heads/master`
206209
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.4.GIT
4+
DEF_VER=v1.5.5-rc1.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)