X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FRelNotes%2F1.7.3.txt;h=309c33181f8600d1a17a6cebb06703b8bb4225e0;hb=ae893e097ecbcbd8c6bea50017eb8cedddc5eaba;hp=3512bbb238efd4284b3e06f7c18b0f4231569d75;hpb=761e742d69296393804e9a942263e86ece369257;p=git.git diff --git a/Documentation/RelNotes/1.7.3.txt b/Documentation/RelNotes/1.7.3.txt index 3512bbb23..309c33181 100644 --- a/Documentation/RelNotes/1.7.3.txt +++ b/Documentation/RelNotes/1.7.3.txt @@ -1,10 +1,11 @@ -Git v1.7.3 Release Notes (draft) -================================ +Git v1.7.3 Release Notes +======================== Updates since v1.7.2 -------------------- - * git-gui got various updates and a new maintainer, Pat Thoyts. + * git-gui, now at version 0.13.0, got various updates and a new + maintainer, Pat Thoyts. * Gitweb allows its configuration to change per each request; it used to read the configuration once upon startup. @@ -60,14 +61,16 @@ release, unless otherwise noted. * "git fetch" and friends were accidentally broken for url with "+" in its path, e.g. "git://git.gnome.org/gtk+". ---- -exec >/var/tmp/1 -echo O=$(git describe master) -O=v1.7.2.2-268-g7e42332 -O=v1.7.2 -git shortlog --no-merges $O..master ^maint -exit 0 + * "git fetch $url" (i.e. without refspecs) was broken for quite some + time, if the current branch happen to be tracking some remote. -What did we want to do with... + * "git ls-tree dir dirgarbage", when "dir" was a directory, + incorrectly recursed into "dir". -1e3d411 (Enable custom schemes for column colors in the graph API, 2010-07-13) + * "git note remove" created unnecessary extra commit when named object + did not have any note to begin with. + + * "git rebase" did not work well if you had diff.noprefix configured. + + * "git -c foo=bar subcmd" did not work well for subcmd that is not + implemented as a built-in command.