Skip to content

Commit 24362a5

Browse files
committed
Update draft release notes for 1.5.4.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b88605f commit 24362a5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Documentation/RelNotes-1.5.4.5.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ GIT v1.5.4.5 Release Notes
44
Fixes 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
--
5059
exec >/var/tmp/1
5160
echo O=$(git describe maint)
52-
O=v1.5.4.4-25-ga6f7728
61+
O=v1.5.4.4-32-gb88605f
5362
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)