diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-27 13:35:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-27 13:35:18 -0700 |
commit | 319a36a5c2da8dd07993caac43b7820bff3b0d37 (patch) | |
tree | dcf79cf682e76fca476ff7bea7024efda338807e /Documentation/RelNotes-1.5.4.5.txt | |
parent | test_must_fail: 129 is a valid error code from usage() (diff) | |
parent | Update draft release notes for 1.5.4.5 (diff) | |
download | tgif-319a36a5c2da8dd07993caac43b7820bff3b0d37.tar.xz |
Merge branch 'maint'
* maint:
Update draft release notes for 1.5.4.5
Documentation: clarify use of .git{ignore,attributes} versus .git/info/*
t/t3800-mktag.sh: use test_must_fail rather than '!'
Conflicts:
t/t3800-mktag.sh
Diffstat (limited to 'Documentation/RelNotes-1.5.4.5.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.4.5.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.4.5.txt b/Documentation/RelNotes-1.5.4.5.txt index fe768d497f..56fcd27b5c 100644 --- a/Documentation/RelNotes-1.5.4.5.txt +++ b/Documentation/RelNotes-1.5.4.5.txt @@ -4,6 +4,13 @@ GIT v1.5.4.5 Release Notes 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). @@ -46,8 +53,10 @@ Fixes since v1.5.4.4 * "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 |