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
9595 read the message from the standard input.
9696
9797--author=<author>::
98- Override the author name used in the commit. You can use the
99- standard `A U Thor <author@example.com>` 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 <author@example.com>` 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.
102103
103104--date=<date>::
104105 Override the author date used in the commit.
You can’t perform that action at this time.
0 commit comments