Thread-safe xmalloc and xrealloc needs a recursive mutex
[git/dscho.git] / Documentation / RelNotes-1.6.5.2.txt
blobaa7ccce3a23b614d920c47354c7434b91e423487
1 GIT v1.6.5.2 Release Notes
2 ==========================
4 Fixes since v1.6.5.1
5 --------------------
7  * Installation of templates triggered a bug in busybox when using tar
8    implementation from it.
10  * "git add -i" incorrectly ignored paths that are already in the index
11    if they matched .gitignore patterns.
13  * "git describe --always" should have produced some output even there
14    were no tags in the repository, but it didn't.
16  * "git ls-files" when showing tracked files incorrectly paid attention
17    to the exclude patterns.
19 Other minor documentation updates are included.