From 4020fefd1f99cb0e279b26d77e5c30fbe0f8b68b Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 29 Oct 2015 01:08:02 -0400 Subject: git page: note about the --author option in git-commit --- (limited to 'site') diff --git a/site/git/index.php b/site/git/index.php index 7f7817c..0c25987 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -132,6 +132,12 @@
$ git commit -a --amend

+ +

+ If you wish to use a different author name for the commit command, add --author="Author's Name <author's email address>". This + could be an alias, or it could be because you are submitting a patch on someone else's behalf. +

+


$ git log -- cgit v0.9.1