diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-18 15:41:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-18 15:41:34 -0700 |
commit | 167a5800cb707ed489c3cb88174ee21e95a610ae (patch) | |
tree | 08a8d71fb80d90c51d84c525eeab1a76bf3f6ef9 /Documentation | |
parent | c103e9529c8a95b5acf4747cfe06b2f6adedab71 (diff) | |
download | git-167a5800cb707ed489c3cb88174ee21e95a610ae.tar.gz |
Git 1.7.7-rc2v1.7.7-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/1.7.7.txt | 2 |
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 |