Skip to content

Commit 3f2a7ae

Browse files
committed
GIT 1.5.3.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 0bdb5af commit 3f2a7ae

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Documentation/RelNotes-1.5.3.5.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,3 @@ Fixes since v1.5.3.4
9292

9393
* "git-rebase -interactive" did not handle its "--strategy" option
9494
properly.
95-
96-
--
97-
exec >/var/tmp/1
98-
O=v1.5.3.4-65-gf91333d
99-
echo O=`git describe refs/heads/maint`
100-
git shortlog --no-merges $O..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.3.4.GIT
4+
DEF_VER=v1.5.3.5.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)