diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-26 07:43:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-26 07:43:05 +0200 |
commit | 8366b7baae7e5a33f609b07c939a3571653a2314 (patch) | |
tree | c4ba1932ba5b3dbd15cee76101160a1de15a9b4e /Documentation | |
parent | Ignore no-op changes in paranoid update hook (diff) | |
parent | Merge branch 'jk/maint-send-email-compose' into maint (diff) | |
download | git-8366b7baae7e5a33f609b07c939a3571653a2314.tar.xz git-8366b7baae7e5a33f609b07c939a3571653a2314.zip |
Merge branch 'maint'
* maint:
builtin-fast-export: Only output a single parent per line
Release Notes for 1.5.5.2
Conflicts:
RelNotes
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.5.2.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.5.2.txt b/Documentation/RelNotes-1.5.5.2.txt new file mode 100644 index 0000000000..391a7b02ea --- /dev/null +++ b/Documentation/RelNotes-1.5.5.2.txt @@ -0,0 +1,27 @@ +GIT v1.5.5.2 Release Notes +========================== + +Fixes since v1.5.5.1 +-------------------- + + * "git repack -n" was mistakenly made no-op earlier. + + * "git imap-send" wanted to always have imap.host even when use of + imap.tunnel made it unnecessary. + + * reflog syntax that uses time e.g. "HEAD@{10 seconds ago}:path" did not + stop parsing at the closing "}". + + * "git rev-parse --symbolic-full-name ^master^2" printed solitary "^", + but it should print nothing. + + * "git commit" did not detect when it failed to write tree objects. + + * "git fetch" sometimes transferred too many objects unnecessarily. + + * a path specification "a/b" in .gitattributes file should not match + "sub/a/b". + + * various gitweb fixes. + +Also comes with various documentation updates. |