guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rebasing core-updates-next branch


From: Leo Famulari
Subject: Re: Rebasing core-updates-next branch
Date: Tue, 12 Jul 2016 02:07:46 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Tue, Jul 12, 2016 at 02:45:30PM +1000, Ben Woodcroft wrote:
> As a general solution, can we differentiate between author and committer in
> git?

Yes. You can pass '--format=full' to `git show` or `git log` to see it.
There is surely a lower-level way to get the information too.

But, you can make the fields say anything by changing the value of
'user.name' and 'user.email' in '.git/config' or by setting
GIT_AUTHOR_NAME and GIT_COMMITTER_NAME. See the man page git-config(1).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]