Merge branch 'lt/maint-reflog-expire' into maint
[git/dscho.git] / Documentation / RelNotes-1.6.2.4.txt
blob21bf4f3a3dd6eed53dc04fda0cc10ee7440cfaaa
1 GIT v1.6.2.4 Release Notes
2 ==========================
4 Fixes since v1.6.2.3
5 --------------------
7 * The configuration parser had a buffer overflow while parsing an overlong
8   value.
10 * "git-checkout <tree-ish> <submodule>" did not update the index entry at
11   the named path; it now does.
13 * "git init" segfaulted when given an overlong template location via
14   the --template= option.
16 * "git-ls-tree" and "git-diff-tree" used a pathspec correctly when
17   deciding to descend into a subdirectory but they did not match the
18   individual paths correctly.  This caused pathspecs "abc/d ab" to match
19   "abc/0" ("abc/d" made them decide to descend into the directory "abc/",
20   and then "ab" incorrectly matched "abc/0" when it shouldn't).
22 * "git-merge-recursive" was broken when a submodule entry was involved in
23   a criss-cross merge situation.
25 Many small documentation updates are included as well.
27 ---
28 exec >/var/tmp/1
29 echo O=$(git describe maint)
30 O=v1.6.2.3-21-ga51609a
31 git shortlog --no-merges $O..maint