Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-13 10:14:53 +0400
committerJunio C Hamano <gitster@pobox.com>2011-11-13 10:14:53 +0400
commitbc1bbe0c19a6ff39522b4fa3259f34150e308e1f (patch)
tree2451b43ecaa43f22252419539ff277b9bd39345d
parentdc865af65f2f97a738a1761d7e9d389101e29e7b (diff)
Git 1.7.8-rc2v1.7.8-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.8.txt2
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt
index 7626fee8eb..b9bb32492f 100644
--- a/Documentation/RelNotes/1.7.8.txt
+++ b/Documentation/RelNotes/1.7.8.txt
@@ -165,7 +165,7 @@ included in this release.
---
exec >/var/tmp/1
-O=v1.7.8-rc1-11-gd7a0129
+O=v1.7.8-rc1-23-gdc865af
echo O=$(git describe --always master)
git log --first-parent --oneline --reverse ^$O master
echo
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index cc8a3d27d5..c3435b0c4f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.8-rc1
+DEF_VER=v1.7.8-rc2
LF='
'