File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments