Skip to content

Commit 865d370

Browse files
committed
Git 1.7.5-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6c4c9bd commit 865d370

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/RelNotes/1.7.5.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Updates since v1.7.4
88

99
* Various git-p4 enhancements (in contrib).
1010

11-
* Various vcs-svn enhancements.
11+
* Various vcs-svn, git-svn and gitk enhancements and fixes.
1212

1313
* Various git-gui updates (0.14.0).
1414

@@ -133,6 +133,6 @@ release, unless otherwise noted.
133133

134134
---
135135
exec >/var/tmp/1
136-
O=v1.7.5-rc1
136+
O=v1.7.5-rc2
137137
echo O=$(git describe 'master')
138138
git shortlog --no-merges ^maint ^$O master

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.7.5-rc1
4+
DEF_VER=v1.7.5-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)