from Hacker News

Show HN: Who Did Git? – Find out who the made that unknown commit

by shakeel_mohamed on 2/7/15, 10:57 PM with 5 comments

  • by sciolistse on 2/8/15, 12:39 AM

    You can also add ".patch" at the end of a github commit url, which will show the users email address. For example:

    https://github.com/TinyCC/TinyCC/commit/c52d79605a3c895a16e1...

  • by mojoe on 2/8/15, 1:35 AM

    For certain repositories it's also useful to install a git hook to prevent individuals from pushing without properly configuring name/email in .gitconfig. This assumes you have administrative access to the server, of course.
  • by marsmoon on 2/8/15, 5:30 AM

    wait, isn't it one of core purpose of VCS like Git to know who is doing commit ?

    I mean how can you not know who did commit ?