We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab5a33 commit 6070bacCopy full SHA for 6070bac
1 file changed
Documentation/RelNotes-1.7.3.txt
@@ -60,11 +60,19 @@ release, unless otherwise noted.
60
* "git fetch" and friends were accidentally broken for url with "+" in
61
its path, e.g. "git://git.gnome.org/gtk+".
62
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
72
---
73
exec >/var/tmp/1
74
echo O=$(git describe master)
-O=v1.7.2.2-268-g7e42332
-O=v1.7.2
75
+O=v1.7.3-rc0
76
git shortlog --no-merges $O..master ^maint
77
exit 0
78
0 commit comments