diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-18 14:55:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-18 14:55:08 -0700 |
commit | 87b50542a08ac6caa083ddc376e674424e37940a (patch) | |
tree | b5fa1a17653865c072390cdf8c16cf0fb3278fac /Documentation/RelNotes | |
parent | Merge branch 'js/ls-files-x-doc' (diff) | |
download | tgif-87b50542a08ac6caa083ddc376e674424e37940a.tar.xz |
Git 1.7.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.7.3.txt | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Documentation/RelNotes/1.7.3.txt b/Documentation/RelNotes/1.7.3.txt index b55731f23f..309c33181f 100644 --- a/Documentation/RelNotes/1.7.3.txt +++ b/Documentation/RelNotes/1.7.3.txt @@ -1,5 +1,5 @@ -Git v1.7.3 Release Notes (draft) -================================ +Git v1.7.3 Release Notes +======================== Updates since v1.7.2 -------------------- @@ -74,14 +74,3 @@ release, unless otherwise noted. * "git -c foo=bar subcmd" did not work well for subcmd that is not implemented as a built-in command. - ---- -exec >/var/tmp/1 -echo O=$(git describe master) -O=v1.7.3-rc2 -git shortlog --no-merges $O..master ^maint -exit 0 - -What did we want to do with... - -1e3d411 (Enable custom schemes for column colors in the graph API, 2010-07-13) |