Skip to content

Commit bddcefc

Browse files
committed
Git 1.7.9-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6e06367 commit bddcefc

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Documentation/RelNotes/1.7.9.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Git v1.7.9 Release Notes (draft)
1+
Git v1.7.9 Release Notes
22
========================
33

44
Updates since v1.7.8
@@ -109,11 +109,3 @@ Fixes since v1.7.8
109109
Unless otherwise noted, all the fixes since v1.7.8 in the maintenance
110110
releases are contained in this release (see release notes to them for
111111
details).
112-
113-
--
114-
exec >/var/tmp/1
115-
O=v1.7.9-rc0-44-g478c446
116-
echo O=$(git describe master)
117-
git log --first-parent --oneline --reverse ^$O master
118-
echo
119-
git shortlog --no-merges ^$O ^maint 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.9-rc1
4+
DEF_VER=v1.7.9-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)