@@ -62,6 +62,10 @@ UI, Workflows & Features
62
62
* "git grep" learned to use a non-standard pattern type by default if
63
63
a configuration variable tells it to.
64
64
65
+ * "git log -g" learned the "--grep-reflog=<pattern>" option to limit
66
+ its output to commits with a reflog message that matches the given
67
+ pattern.
68
+
65
69
* "git merge-base" learned the "--is-ancestor A B" option to tell if A is
66
70
an ancestor of B. The result is indicated by its exit status code.
67
71
@@ -149,6 +153,11 @@ to them for details).
149
153
* When "git am" is fed an input that has multiple "Content-type: ..."
150
154
header, it did not grok charset= attribute correctly.
151
155
156
+ * A patch attached as application/octet-stream (e.g. not text/*) were
157
+ mishandled, not correctly honoring Content-Transfer-Encoding
158
+ (e.g. base64).
159
+ (merge 9d55b2e lt/mailinfo-handle-attachment-more-sanely later to maint).
160
+
152
161
* "git blame MAKEFILE" run in a history that has "Makefile" but not
153
162
"MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
154
163
confused on a case insensitive filesystem and failed to do so.
@@ -206,6 +215,9 @@ to them for details).
206
215
its Accept-Encoding header.
207
216
(merge aa90b96 sp/maint-http-enable-gzip later to maint).
208
217
218
+ * "git gc --auto" notified the user that auto-packing has triggered
219
+ even under the "--quiet" option.
220
+
209
221
* After "gitk" showed the contents of a tag, neither "Reread
210
222
references" nor "Reload" updated what is shown as the
211
223
contents of it when the user overwrote the tag with "git tag -f".
0 commit comments