File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ UI, Workflows & Features
41
41
* The pathspec code learned to grok "foo/**/bar" as a pattern that
42
42
matches "bar" in 0-or-more levels of subdirectory in "foo".
43
43
44
+ * "git blame" (and "git diff") learned the "--no-follow" option.
45
+
44
46
* "git cherry-pick" can be used to replay a root commit to an unborn
45
47
branch.
46
48
@@ -186,6 +188,16 @@ details).
186
188
status of the hook.
187
189
(merge 3e4141d ap/merge-stop-at-prepare-commit-msg-failure later to maint).
188
190
191
+ * When users spell "cc:" in lowercase in the fake "header" in the
192
+ trailer part, "git send-email" failed to pick up the addresses from
193
+ there. As e-mail headers field names are case insensitive, this
194
+ script should follow suit and treat "cc:" and "Cc:" the same way.
195
+ (merge 6310071 nz/send-email-headers-are-case-insensitive later to maint).
196
+
197
+ * Output from "git status --ignored" showed an unexpected interaction
198
+ with "--untracked".
199
+ (merge a45fb69 ap/status-ignored-in-ignored-directory later to maint).
200
+
189
201
* "gitweb", when sorting by age to show repositories with new
190
202
activities first, used to sort repositories with absolutely
191
203
nothing in it early, which was not very useful.
You can’t perform that action at this time.
0 commit comments