X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FRelNotes%2F1.7.3.txt;h=309c33181f8600d1a17a6cebb06703b8bb4225e0;hb=9cffe2018a8c400cbd50a8aec4eddea97c4ede2f;hp=b55731f23f90ff3a1750d8a4f1d70b2d3632ed9b;hpb=7e100effc6c3a8acbb4bf305638c7b324a63236d;p=git.git diff --git a/Documentation/RelNotes/1.7.3.txt b/Documentation/RelNotes/1.7.3.txt index b55731f23..309c33181 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)