On 2009-04-17, Jeff King <peff@xxxxxxxx> wrote: >> If you set GIT_COMMITTER_*, won't it change the SHA of the >> commit itself? I always thought so... > > No. Pushing will never create a new commit, so there are no new SHA-1s > calculated. But the reflog entry will contain GIT_COMMITTER_*, and is a > simple text file. cool -- I didn't know this. Thanks! One last question: where do you set it, in the pre-commit hook on the server? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html