Skip to content

Commit

Permalink
Git 1.7.9-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 18, 2012
1 parent 6e06367 commit bddcefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions Documentation/RelNotes/1.7.9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Git v1.7.9 Release Notes (draft)
Git v1.7.9 Release Notes
========================

Updates since v1.7.8
Expand Down Expand Up @@ -109,11 +109,3 @@ Fixes since v1.7.8
Unless otherwise noted, all the fixes since v1.7.8 in the maintenance
releases are contained in this release (see release notes to them for
details).

--
exec >/var/tmp/1
O=v1.7.9-rc0-44-g478c446
echo O=$(git describe master)
git log --first-parent --oneline --reverse ^$O master
echo
git shortlog --no-merges ^$O ^maint master
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.9-rc1
DEF_VER=v1.7.9-rc2

LF='
'
Expand Down

0 comments on commit bddcefc

Please sign in to comment.