Skip to content

Commit

Permalink
Start 1.7.0 maintenance track
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 Feb 13, 2010
1 parent e923eae commit 9b25048
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Documentation/RelNotes-1.7.0.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Git v1.7.0.1 Release Notes
==========================

Fixes since v1.7.0
------------------

--
exec >/var/tmp/1
echo O=$(git describe)
O=v1.7.0
git shortlog $O..
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.0
DEF_VER=v1.7.0.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 9b25048

Please sign in to comment.