@@ -62,6 +62,10 @@ UI, Workflows & Features
6262 * "git grep" learned to use a non-standard pattern type by default if
6363 a configuration variable tells it to.
6464
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+
6569 * "git merge-base" learned the "--is-ancestor A B" option to tell if A is
6670 an ancestor of B. The result is indicated by its exit status code.
6771
@@ -149,6 +153,11 @@ to them for details).
149153 * When "git am" is fed an input that has multiple "Content-type: ..."
150154 header, it did not grok charset= attribute correctly.
151155
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+
152161 * "git blame MAKEFILE" run in a history that has "Makefile" but not
153162 "MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
154163 confused on a case insensitive filesystem and failed to do so.
@@ -206,6 +215,9 @@ to them for details).
206215 its Accept-Encoding header.
207216 (merge aa90b96 sp/maint-http-enable-gzip later to maint).
208217
218+ * "git gc --auto" notified the user that auto-packing has triggered
219+ even under the "--quiet" option.
220+
209221 * After "gitk" showed the contents of a tag, neither "Reread
210222 references" nor "Reload" updated what is shown as the
211223 contents of it when the user overwrote the tag with "git tag -f".
0 commit comments