1 GIT v1.6.0.2 Release Notes
2 ==========================
7 * Installation on platforms that needs .exe suffix to git-* programs were
10 * Installation on filesystems without symbolic links support did nto
13 * In-tree documentations and test scripts now use "git foo" form to set a
14 better example, instead of the "git-foo" form (which is an acceptable
15 form if you have "PATH=$(git --exec-path):$PATH" in your script)
17 * Many commands did not use the correct working tree location when used
18 with GIT_WORK_TREE environment settings.
22 * "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
23 a new line before the second line.
25 * "git clone $there $here/" with extra trailing slashes after explicit
26 local directory name $here did not work as expected.
28 * "git diff --dirstat -M" did not add changes in subdirectories up
29 correctly for renamed paths.
31 * "git for-each-ref refs/heads/" did not work as expected.
33 * "git log --grep=pattern -i" did not ignore case.
35 * "git log --pretty="%ad" --date=short" did not use short format when
36 showing the timestamp.
38 * Build procedure for "git shell" that used stub versions of some
39 functions and globals was not understood by linkers on some platforms.
41 * "git verify-pack -v" did not work correctly when given more than one
44 Also contains many documentation updates.
48 O=v1.6.0.1-49-g6a42cfe
49 echo O=$(git describe maint)
50 git shortlog --no-merges $O..maint