X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-commit.txt;h=69eb86e4506411b0d8029f849fd4ebff47166d05;hb=3cae7e5b2b9c73aca6a7729bc34c1ce6638fa43a;hp=64fb458b4533eeda9c583ac926025495b260cf9b;hpb=035aa7678b75bd6ec67f0b496603660fc685734f;p=git.git diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 64fb458b4..69eb86e45 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.