File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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---
6473exec >/var/tmp/1
6574echo O=$(git describe master)
66- O=v1.7.2.2-268-g7e42332
67- O=v1.7.2
75+ O=v1.7.3-rc0
6876git shortlog --no-merges $O..master ^maint
6977exit 0
7078
You can’t perform that action at this time.
0 commit comments