Skip to content

Commit 6070bac

Browse files
committed
Prepare for 1.7.3 rc1
1 parent 9ab5a33 commit 6070bac

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Documentation/RelNotes-1.7.3.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,19 @@ release, unless otherwise noted.
6060
* "git fetch" and friends were accidentally broken for url with "+" in
6161
its path, e.g. "git://git.gnome.org/gtk+".
6262

63+
* "git fetch $url" (i.e. without refspecs) was broken for quite some
64+
time, if the current branch happen to be tracking some remote.
65+
66+
* "git note remove" created unnecessary extra commit when named object
67+
did not have any note to begin with.
68+
69+
* "git -c foo=bar subcmd" did not work well for subcmd that is not
70+
implemented as a built-in command.
71+
6372
---
6473
exec >/var/tmp/1
6574
echo O=$(git describe master)
66-
O=v1.7.2.2-268-g7e42332
67-
O=v1.7.2
75+
O=v1.7.3-rc0
6876
git shortlog --no-merges $O..master ^maint
6977
exit 0
7078

0 commit comments

Comments
 (0)