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
4
4
Fixes since v1.5.4.4
5
5
--------------------
6
6
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
+
7
14
* You couldn't specify a custom editor whose path contains a whitespace
8
15
via GIT_EDITOR (and core.editor).
9
16
@@ -46,8 +53,10 @@ Fixes since v1.5.4.4
46
53
* "git rebase -m" triggered pre-commit verification, which made
47
54
"rebase --continue" impossible.
48
55
56
+ As usual, it also comes with many documentation fixes and clarifications.
57
+
49
58
--
50
59
exec >/var/tmp/1
51
60
echo O=$(git describe maint)
52
- O=v1.5.4.4-25-ga6f7728
61
+ O=v1.5.4.4-32-gb88605f
53
62
git shortlog --no-merges $O..maint
You can’t perform that action at this time.
0 commit comments