index-pack: be careful after fixing up the header/footer
[git/dscho.git] / Documentation / RelNotes-1.5.2.5.txt
blobe8281c72a0b997e90cba2c9a2c4153f8607a7b76
1 GIT v1.5.2.5 Release Notes
2 ==========================
4 Fixes since v1.5.2.4
5 --------------------
7  * Bugfixes
9    - "git add -u" had a serious data corruption problem in one
10      special case (when the changes to a subdirectory's files
11      consist only deletion of files).
13    - "git add -u <path>" did not work from a subdirectory.
15    - "git apply" left an empty directory after all its files are
16      renamed away.
18    - "git $anycmd foo/bar", when there is a file 'foo' in the
19      working tree, complained that "git $anycmd foo/bar --" form
20      should be used to disambiguate between revs and files,
21      which was completely bogus.
23    - "git checkout-index" and other commands that checks out
24      files to the work tree tried unlink(2) on directories,
25      which is a sane thing to do on sane systems, but not on
26      Solaris when you are root.
28  * Documentation Fixes and Updates
30    - A handful documentation fixes.