Skip to content

Commit fe73786

Browse files
committed
Update draft release notes to 1.8.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 57a0111 commit fe73786

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/RelNotes/1.8.2.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ UI, Workflows & Features
4646
* "git cherry-pick" can be used to replay a root commit to an unborn
4747
branch.
4848

49+
* "git commit" can be told to use --cleanup=whitespace by setting the
50+
configuration variable commit.cleanup to 'whitespace'.
51+
4952
* "git fetch --mirror" and fetch that uses other forms of refspec
5053
with wildcard used to attempt to update a symbolic ref that match
5154
the wildcard on the receiving end, which made little sense (the
@@ -62,6 +65,10 @@ UI, Workflows & Features
6265
allows patches from rerolled series to be stored under different
6366
names and makes it easier to reuse cover letter messsages.
6467

68+
* "git log" and friends can be told with --use-mailmap option to
69+
rewrite the names and email addresses of people using the mailmap
70+
mechanism.
71+
6572
* "git push" now requires "-f" to update a tag, even if it is a
6673
fast-forward, as tags are meant to be fixed points.
6774

0 commit comments

Comments
 (0)