Skip to content

Commit 77d07f5

Browse files
committed
Update draft release notes to 1.8.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 90d0b8a commit 77d07f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/1.8.2.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)