bash completion: More completions for 'git stash'
[git/dscho.git] / Documentation / RelNotes-1.5.6.5.txt
blob23981acf3974a3c609c8ad91683b03a7b8676a39
1 GIT v1.5.6.5 Release Notes
2 ==========================
4 Fixes since v1.5.6.4
5 --------------------
7 * "git cvsimport" used to spit out "UNKNOWN LINE..." diagnostics to stdout.
9 * "git init --template=" with blank "template" parameter linked files
10   under root directories to .git, which was a total nonsense.  Instead, it
11   means "I do not want to use anything from the template directory".
13 * "git diff-tree" and other diff plumbing ignored diff.renamelimit configuration
14   variable when the user explicitly asked for rename detection.
16 * "git name-rev --name-only" did not work when "--stdin" option was in effect.
18 * "git show-branch" mishandled its 8th branch.
20 * Addition of "git update-index --ignore-submodules" that happened during
21   1.5.6 cycle broke "git update-index --ignore-missing".
23 * "git send-email" did not parse charset from an existing Content-type:
24   header properly.
26 Contains other various documentation fixes.
29 exec >/var/tmp/1
30 echo O=$(git describe maint)
31 O=v1.5.6.4-26-g2b6ca6d
32 git shortlog --no-merges $O..maint