File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ GIT v1.5.4.5 Release Notes
44Fixes since v1.5.4.4
55--------------------
66
7+ * "git fetch there" when the URL information came from the Cogito style
8+ branches/there file did not update refs/heads/there (regression in
9+ 1.5.4).
10+
11+ * Bogus refspec configuration such as "remote.there.fetch = =" were not
12+ detected as errors (regressionin 1.5.4).
13+
714 * You couldn't specify a custom editor whose path contains a whitespace
815 via GIT_EDITOR (and core.editor).
916
@@ -46,8 +53,10 @@ Fixes since v1.5.4.4
4653 * "git rebase -m" triggered pre-commit verification, which made
4754 "rebase --continue" impossible.
4855
56+ As usual, it also comes with many documentation fixes and clarifications.
57+
4958--
5059exec >/var/tmp/1
5160echo O=$(git describe maint)
52- O=v1.5.4.4-25-ga6f7728
61+ O=v1.5.4.4-32-gb88605f
5362git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments