diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-23 18:27:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-23 18:27:17 -0700 |
commit | d599e0484f8ebac8cc50e9557a4c3d246826843d (patch) | |
tree | f9c8fe1f75dfdade09a573f70a208c509be62e3c /Documentation/RelNotes-1.7.1.txt | |
parent | 34c071aea4aed9db484eca21c12dd443888f43ec (diff) | |
download | git-d599e0484f8ebac8cc50e9557a4c3d246826843d.tar.gz git-d599e0484f8ebac8cc50e9557a4c3d246826843d.tar.xz |
Git 1.7.1v1.7.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.7.1.txt')
-rw-r--r-- | Documentation/RelNotes-1.7.1.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Documentation/RelNotes-1.7.1.txt b/Documentation/RelNotes-1.7.1.txt index 10389adb4..9d89fedb3 100644 --- a/Documentation/RelNotes-1.7.1.txt +++ b/Documentation/RelNotes-1.7.1.txt @@ -1,5 +1,5 @@ -Git v1.7.1 Release Notes (draft) -================================ +Git v1.7.1 Release Notes +======================== Updates since v1.7.0 -------------------- @@ -87,9 +87,3 @@ release, unless otherwise noted. * "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike newer tools in the git toolset. - ---- -exec >/var/tmp/1 -echo O=$(git describe) -O=v1.7.1-rc1-49-g407a963 -git shortlog --no-merges ^maint $O.. |