X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-commit.txt;h=c28603ecf58bd065cc8f7c3c4436f1c0f82a7d2e;hb=cecff3a45b4660f47a58746eae42b6ddb58e1919;hp=32c482f33ff331dbae9c8072a7050d10d875454a;hpb=770c54170a43ffb3810088a85f25c59c0cbf7b38;p=git.git diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 32c482f33..c28603ecf 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -95,10 +95,11 @@ OPTIONS read the message from the standard input. --author=:: - Override the author name used in the commit. You can use the - standard `A U Thor ` format. Otherwise, - an existing commit that matches the given string and its author - name is used. + Override the commit author. Specify an explicit author using the + standard `A U Thor ` format. Otherwise + is assumed to be a pattern and is used to search for an existing + commit by that author (i.e. rev-list --all -i --author=); + the commit author is then copied from the first such commit found. --date=:: Override the author date used in the commit.