aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-02 09:31:32 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-02 10:02:52 -0800
commit406da7803217998ff6bf5dc69c55b1613556c2f4 (patch)
treeba721d660ea032edfb28f96cb7d69b11e82f56b5 /Documentation/RelNotes
parentfc14b89a7e6899b8ac3b5751ec2d8c98203ea4c2 (diff)
downloadgit-406da7803217998ff6bf5dc69c55b1613556c2f4.tar.gz
git-406da7803217998ff6bf5dc69c55b1613556c2f4.tar.xz
Git 1.7.8v1.7.8
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.7.8.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt
index 95f5bffbe..b4d90bba0 100644
--- a/Documentation/RelNotes/1.7.8.txt
+++ b/Documentation/RelNotes/1.7.8.txt
@@ -1,5 +1,5 @@
-Git v1.7.8 Release Notes (draft)
-================================
+Git v1.7.8 Release Notes
+========================
Updates since v1.7.7
--------------------
@@ -159,11 +159,3 @@ included in this release.
were misspelled.
(merge c49904e fc/remote-seturl-usage-fix later to maint).
(merge 656cdf0 jc/remote-setbranches-usage-fix later to maint).
-
----
-exec >/var/tmp/1
-O=v1.7.8-rc4
-echo O=$(git describe --always master)
-git log --first-parent --oneline --reverse ^$O master
-echo
-git shortlog --no-merges ^$O master