diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-21 17:01:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-21 17:03:57 -0700 |
commit | 4503bd5c3732b142667e14d214c21c46e8f3eeaa (patch) | |
tree | 6b78c1cd4e950088ba548dd617f5f8cb6c11bb73 /Documentation/RelNotes-1.7.1.txt | |
parent | Update draft release notes to 1.7.1 (diff) | |
parent | Git 1.7.0.3 (diff) | |
download | tgif-4503bd5c3732b142667e14d214c21c46e8f3eeaa.tar.xz |
Sync with Git 1.7.0.3
* maint:
Git 1.7.0.3
.mailmap: Map the the first submissions of MJG by e-mail
Documentation/git-clone: Transform description list into item list
Documentation/urls: Remove spurious example markers
Documentation/gitdiffcore: Remove misleading date in heading
Documentation/git-reflog: Fix formatting of command lists
Diffstat (limited to 'Documentation/RelNotes-1.7.1.txt')
-rw-r--r-- | Documentation/RelNotes-1.7.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.7.1.txt b/Documentation/RelNotes-1.7.1.txt index 06cefaf01b..750d40f34a 100644 --- a/Documentation/RelNotes-1.7.1.txt +++ b/Documentation/RelNotes-1.7.1.txt @@ -66,5 +66,5 @@ release, unless otherwise noted. --- exec >/var/tmp/1 echo O=$(git describe) -O=v1.7.0.2-322-g4e7d08a +O=v1.7.0.2-323-g0d0925c git shortlog --no-merges ^maint $O.. |