summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e923eae)
raw | patch | inline | side by side (parent: e923eae)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 13 Feb 2010 23:04:00 +0000 (15:04 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 13 Feb 2010 23:04:00 +0000 (15:04 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.7.0.1.txt | [new file with mode: 0644] | patch | blob |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.7.0.1.txt b/Documentation/RelNotes-1.7.0.1.txt
--- /dev/null
@@ -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..
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 577e1fd20eb0bd94e001b9188576ca74f99741d7..a668143d7a42dd6323d73b9acee62ac7a992f7ea 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.0
+DEF_VER=v1.7.0.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 7b9bde663bd5b2b8eec6b7e91c1de275f6afa460..9fadb0afe4ae9bac23f80dd2b64106a171720ec9 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.7.0.txt
\ No newline at end of file
+Documentation/RelNotes-1.7.0.1.txt
\ No newline at end of file