@@ -18,33 +18,50 @@ Fixes since v1.6.0.1
18
18
with GIT_WORK_TREE environment settings.
19
19
20
20
21
-
22
21
* "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
23
22
a new line before the second line.
24
23
24
+ * "git blame -c" did not exactly work like "git annotate" when range
25
+ boundaries are involved.
26
+
25
27
* "git clone $there $here/" with extra trailing slashes after explicit
26
28
local directory name $here did not work as expected.
27
29
28
30
* "git diff --dirstat -M" did not add changes in subdirectories up
29
31
correctly for renamed paths.
30
32
33
+ * "git diff --cumulative" did not imply "--dirstat".
34
+
31
35
* "git for-each-ref refs/heads/" did not work as expected.
32
36
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.
34
47
35
48
* "git log --pretty="%ad" --date=short" did not use short format when
36
49
showing the timestamp.
37
50
38
51
* Build procedure for "git shell" that used stub versions of some
39
52
functions and globals was not understood by linkers on some platforms.
40
53
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
+
41
57
* "git verify-pack -v" did not work correctly when given more than one
42
58
packfile.
43
59
44
60
Also contains many documentation updates.
45
61
46
62
--
47
63
exec >/var/tmp/1
48
- O=v1.6.0.1-49-g6a42cfe
64
+ O=v1.6.0.1-61-g1eff26c
49
65
echo O=$(git describe maint)
50
66
git shortlog --no-merges $O..maint
67
+
0 commit comments