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.
60
60
* "git fetch" and friends were accidentally broken for url with "+" in
61
61
its path, e.g. "git://git.gnome.org/gtk+".
62
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
+
63
72
---
64
73
exec >/var/tmp/1
65
74
echo O=$(git describe master)
66
- O=v1.7.2.2-268-g7e42332
67
- O=v1.7.2
75
+ O=v1.7.3-rc0
68
76
git shortlog --no-merges $O..master ^maint
69
77
exit 0
70
78
You can’t perform that action at this time.
0 commit comments