1
0
mirror of https://github.com/git/git.git synced 2024-09-30 20:41:39 +02:00

Prepare for 1.7.3 rc1

This commit is contained in:
Junio C Hamano 2010-09-10 11:54:34 -07:00
parent 9ab5a338fc
commit 6070bac82a

@ -60,11 +60,19 @@ release, unless otherwise noted.
* "git fetch" and friends were accidentally broken for url with "+" in * "git fetch" and friends were accidentally broken for url with "+" in
its path, e.g. "git://git.gnome.org/gtk+". its path, e.g. "git://git.gnome.org/gtk+".
* "git fetch $url" (i.e. without refspecs) was broken for quite some
time, if the current branch happen to be tracking some remote.
* "git note remove" created unnecessary extra commit when named object
did not have any note to begin with.
* "git -c foo=bar subcmd" did not work well for subcmd that is not
implemented as a built-in command.
--- ---
exec >/var/tmp/1 exec >/var/tmp/1
echo O=$(git describe master) echo O=$(git describe master)
O=v1.7.2.2-268-g7e42332 O=v1.7.3-rc0
O=v1.7.2
git shortlog --no-merges $O..master ^maint git shortlog --no-merges $O..master ^maint
exit 0 exit 0