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
46
46
* "git cherry-pick" can be used to replay a root commit to an unborn
47
47
branch.
48
48
49
+ * "git commit" can be told to use --cleanup=whitespace by setting the
50
+ configuration variable commit.cleanup to 'whitespace'.
51
+
49
52
* "git fetch --mirror" and fetch that uses other forms of refspec
50
53
with wildcard used to attempt to update a symbolic ref that match
51
54
the wildcard on the receiving end, which made little sense (the
@@ -62,6 +65,10 @@ UI, Workflows & Features
62
65
allows patches from rerolled series to be stored under different
63
66
names and makes it easier to reuse cover letter messsages.
64
67
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
+
65
72
* "git push" now requires "-f" to update a tag, even if it is a
66
73
fast-forward, as tags are meant to be fixed points.
67
74
You can’t perform that action at this time.
0 commit comments