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
4141 * The pathspec code learned to grok "foo/**/bar" as a pattern that
4242 matches "bar" in 0-or-more levels of subdirectory in "foo".
4343
44+ * "git blame" (and "git diff") learned the "--no-follow" option.
45+
4446 * "git cherry-pick" can be used to replay a root commit to an unborn
4547 branch.
4648
@@ -186,6 +188,16 @@ details).
186188 status of the hook.
187189 (merge 3e4141d ap/merge-stop-at-prepare-commit-msg-failure later to maint).
188190
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+
189201 * "gitweb", when sorting by age to show repositories with new
190202 activities first, used to sort repositories with absolutely
191203 nothing in it early, which was not very useful.
You can’t perform that action at this time.
0 commit comments