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:
Diffstat (limited to 'Documentation/RelNotes/1.7.7.txt')
-rw-r--r--Documentation/RelNotes/1.7.7.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt
index 6e83082c14..f10ff28820 100644
--- a/Documentation/RelNotes/1.7.7.txt
+++ b/Documentation/RelNotes/1.7.7.txt
@@ -166,7 +166,7 @@ included in this release.
--
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.7.7-rc0-185-gb648557
+O=v1.7.7-rc2
git log --first-parent --oneline $O..master
echo
git shortlog --no-merges ^maint ^$O master