git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-commit does not signoff using name supplied by --author
@ 2008-10-17 10:11 bain
  2008-10-17 10:31 ` bain
  0 siblings, 1 reply; 3+ messages in thread
From: bain @ 2008-10-17 10:11 UTC (permalink / raw)
  To: git

Hi all,

If i use git-commit --author "A U Thor <author.example.net>" -s it
still uses my global author.name and author.email to add signoff
message.

Is this expected behavior?


thanks
BAIN

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git-commit does not signoff using name supplied by --author
  2008-10-17 10:11 git-commit does not signoff using name supplied by --author bain
@ 2008-10-17 10:31 ` bain
  2008-10-17 23:58   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: bain @ 2008-10-17 10:31 UTC (permalink / raw)
  To: git

> If i use git-commit --author "A U Thor <author.example.net>" -s it
> still uses my global author.name and author.email to add signoff
> message.
>
> Is this expected behavior?

Never mind...

Looking at the code i found out commiter name/email is used to
signoff, which is correct and can be different than author.

BAIN

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git-commit does not signoff using name supplied by --author
  2008-10-17 10:31 ` bain
@ 2008-10-17 23:58   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2008-10-17 23:58 UTC (permalink / raw)
  To: bain; +Cc: git

bain <bain@devslashzero.com> writes:

>> If i use git-commit --author "A U Thor <author.example.net>" -s it
>> still uses my global author.name and author.email to add signoff
>> message.
>>
>> Is this expected behavior?
>
> Never mind...
>
> Looking at the code i found out commiter name/email is used to
> signoff, which is correct and can be different than author.

Actually we _do mind_.  The users should not have to look at the code to
find this out.

Send in a patch to clarify this in the documentation if it is not already
done, please.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-17 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17 10:11 git-commit does not signoff using name supplied by --author bain
2008-10-17 10:31 ` bain
2008-10-17 23:58   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).