summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b88605f)
raw | patch | inline | side by side (parent: b88605f)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 27 Mar 2008 20:14:20 +0000 (13:14 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 27 Mar 2008 20:14:20 +0000 (13:14 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.4.5.txt | patch | blob | history |
index fe768d497ff2f8a5b9edb3d1a25483170fcdd554..56fcd27b5cf76517683775e11b0c7b9f07a18bae 100644 (file)
Fixes since v1.5.4.4
--------------------
+ * "git fetch there" when the URL information came from the Cogito style
+ branches/there file did not update refs/heads/there (regression in
+ 1.5.4).
+
+ * Bogus refspec configuration such as "remote.there.fetch = =" were not
+ detected as errors (regressionin 1.5.4).
+
* You couldn't specify a custom editor whose path contains a whitespace
via GIT_EDITOR (and core.editor).
* "git rebase -m" triggered pre-commit verification, which made
"rebase --continue" impossible.
+As usual, it also comes with many documentation fixes and clarifications.
+
--
exec >/var/tmp/1
echo O=$(git describe maint)
-O=v1.5.4.4-25-ga6f7728
+O=v1.5.4.4-32-gb88605f
git shortlog --no-merges $O..maint