@@ -18,33 +18,50 @@ Fixes since v1.6.0.1
1818 with GIT_WORK_TREE environment settings.
1919
2020
21-
2221* "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
2322 a new line before the second line.
2423
24+ * "git blame -c" did not exactly work like "git annotate" when range
25+ boundaries are involved.
26+
2527* "git clone $there $here/" with extra trailing slashes after explicit
2628 local directory name $here did not work as expected.
2729
2830* "git diff --dirstat -M" did not add changes in subdirectories up
2931 correctly for renamed paths.
3032
33+ * "git diff --cumulative" did not imply "--dirstat".
34+
3135* "git for-each-ref refs/heads/" did not work as expected.
3236
33- * "git log --grep=pattern -i" did not ignore case.
37+ * "git gui" allowed users to feed patch without any context to be applied.
38+
39+ * "git gui" botched parsing "diff" output when a line that begins with two
40+ dashes and a space gets removed or a line that begins with two pluses
41+ and a space gets added.
42+
43+ * "git gui" translation updates and i18n fixes.
44+
45+ * "git log -i --grep=pattern" did not ignore case; neither "git log -E
46+ --grep=pattern" triggered extended regexp.
3447
3548* "git log --pretty="%ad" --date=short" did not use short format when
3649 showing the timestamp.
3750
3851* Build procedure for "git shell" that used stub versions of some
3952 functions and globals was not understood by linkers on some platforms.
4053
54+ * "git stash" was fooled by a stat-dirty but otherwise unmodified paths
55+ and refused to work until the user refreshed the index.
56+
4157* "git verify-pack -v" did not work correctly when given more than one
4258 packfile.
4359
4460Also contains many documentation updates.
4561
4662--
4763exec >/var/tmp/1
48- O=v1.6.0.1-49-g6a42cfe
64+ O=v1.6.0.1-61-g1eff26c
4965echo O=$(git describe maint)
5066git shortlog --no-merges $O..maint
67+
0 commit comments