Start 1.5.6.5 RelNotes to describe accumulated fixes
[git/dscho.git] / Documentation / RelNotes-1.5.6.5.txt
blobfc40438b1637d5d5d1bd8112407501c542d4e2c5
1 GIT v1.5.6.5 Release Notes
2 ==========================
4 Fixes since v1.5.6.4
5 --------------------
7 * "git init --template=" with blank "template" parameter linked files
8   under root directories to .git, which was a total nonsense.  Instead, it
9   means "I do not want to use anything from the template directory".
11 * "git show-branch" mishandled its 8th branch.
13 * Addition of "git update-index --ignore-submodules" that happened during
14   1.5.6 cycle broke "git update-index --ignore-missing".
16 * "git send-email" did not parse charset from an existing Content-type:
17   header properly.
19 Contains other various documentation fixes.