]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.6.5.2.txt
Merge branch 'cb/fsmonitor-intfix' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.6.5.2.txt
CommitLineData
6c0efa2a
JH
1GIT v1.6.5.2 Release Notes
2==========================
3
4Fixes since v1.6.5.1
5--------------------
6
7 * Installation of templates triggered a bug in busybox when using tar
8 implementation from it.
9
10 * "git add -i" incorrectly ignored paths that are already in the index
11 if they matched .gitignore patterns.
12
13 * "git describe --always" should have produced some output even there
14 were no tags in the repository, but it didn't.
15
16 * "git ls-files" when showing tracked files incorrectly paid attention
17 to the exclude patterns.
18
19Other minor documentation updates are included.