Jelmer Vernooij wrote: > This seems to implement different behaviour for bzr and git, both of > which support a distinction between the committer of a revision and the > author of that revision. The patch overrides the author for git and the > committer for bzr.
True :) I should have used GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL rather than the GIT_AUTHOR_* counterparts. Will post a new patch here after some tests. -- Thierry Carrez -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

