@@ -50,8 +50,14 @@ Updates since v1.6.6
50
50
51
51
(portability)
52
52
53
+ * Some more MSVC portability patches for msysgit port.
54
+
55
+ * Minimum Pthreads emulation for msysgit port.
56
+
53
57
(performance)
54
58
59
+ * More performance improvement patches for msysgit port.
60
+
55
61
(usability, bells and whistles)
56
62
57
63
* More commands learned "--quiet" and "--[no-]progress" options.
@@ -66,6 +72,11 @@ Updates since v1.6.6
66
72
* HTTP transfer can use authentication scheme other than basic
67
73
(i.e./e.g. digest).
68
74
75
+ * Switching from a version of superproject that used to have a submodule
76
+ to another version of superproject that no longer has it did not remove
77
+ the submodule directory when it should (namely, when you are not
78
+ interested in the submodule at all and didn't clone/checkout).
79
+
69
80
* "git checkout A...B" is a way to detach HEAD at the merge base between
70
81
A and B.
71
82
@@ -87,6 +98,10 @@ Updates since v1.6.6
87
98
* Use of "git reset --merge" has become easier when resetting away a
88
99
conflicted mess left in the work tree.
89
100
101
+ * "git rerere" had rerere.autoupdate configuration but there was no way
102
+ to countermand it from the command line; --no-rerere-autoupdate option
103
+ given to "merge", "revert", etc. fixes this.
104
+
90
105
* "git status" learned "-s(hort)" output format.
91
106
92
107
(developers)
@@ -102,6 +117,6 @@ release, unless otherwise noted.
102
117
103
118
--
104
119
exec >/var/tmp/1
105
- O=v1.6.6-242-gf287c65
120
+ O=v1.6.6-263-ge33fd3c
106
121
echo O=$(git describe master)
107
122
git shortlog --no-merges $O..master ^maint
0 commit comments