File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,11 @@ OPTIONS
95
95
read the message from the standard input.
96
96
97
97
--author=<author>::
98
- Override the author name used in the commit. You can use the
99
- standard `A U Thor <
[email protected] >` format. Otherwise,
100
- an existing commit that matches the given string and its author
101
- name is used.
98
+ Override the commit author. Specify an explicit author using the
99
+ standard `A U Thor <
[email protected] >` format. Otherwise <author>
100
+ is assumed to be a pattern and is used to search for an existing
101
+ commit by that author (i.e. rev-list --all -i --author=<author>);
102
+ the commit author is then copied from the first such commit found.
102
103
103
104
--date=<date>::
104
105
Override the author date used in the commit.
You can’t perform that action at this time.
0 commit comments