summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-17 19:06:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-11-17 19:06:15 (GMT)
commit4d2440fe0daa9ad1556dfd220af8b3a883cf849d (patch)
treed64deeabda8859af1e07fdac85c4cbfccc16664f
parent09116a1c31e3754cb18bb69ef057342cd7808935 (diff)
downloadgit-4d2440fe0daa9ad1556dfd220af8b3a883cf849d.zip
git-4d2440fe0daa9ad1556dfd220af8b3a883cf849d.tar.gz
git-4d2440fe0daa9ad1556dfd220af8b3a883cf849d.tar.bz2
Git 1.7.8-rc3v1.7.8-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.8.txt5
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt
index b9bb324..e27dd71 100644
--- a/Documentation/RelNotes/1.7.8.txt
+++ b/Documentation/RelNotes/1.7.8.txt
@@ -113,9 +113,6 @@ Updates since v1.7.7
between commits in the superproject that has and does not have the
submodule in the tree without re-cloning.
- * "git upload-archive" (hence "git archive --remote") can be built
- and used on mingw port of Git.
-
* "gitweb" leaked unescaped control characters from syntax hiliter
outputs.
@@ -165,7 +162,7 @@ included in this release.
---
exec >/var/tmp/1
-O=v1.7.8-rc1-23-gdc865af
+O=v1.7.8-rc2-3-g09116a1
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 c3435b0..6fbd7cd 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.8-rc2
+DEF_VER=v1.7.8-rc3
LF='
'