On Fri, Apr 17, 2009 at 03:42:07AM +0000, Sitaram Chamarty wrote: > > Uhm, yea. That's a fault of gitosis then. It knows the key that > > was used, and has that mapped back to some token that identifies that > > account in the configuration file. Why it doesn't push that into the > > GIT_COMMITTER_* environment before launching git-shell, I don't know. > > 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. -Peff -- 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