Find the git branch or branches from commit id

Posted by Senthil A Kumar on Stack Overflow See other posts from Stack Overflow or by Senthil A Kumar
Published on 2010-05-17T05:31:16Z Indexed on 2010/05/17 5:40 UTC
Read the original article Hit count: 293

Filed under:
|
|
|
|

Hi All,

Actually am try to get a report on merge conflicts. I used 'git blame' to see who has changed what line, but i couldn't find the branch and repository name information.

Is there a way to find the repository name, branch name and author name of a file from 'git blame' or from commit ids' so that whenever a merge conflict occurs i can send an email to the authors who have touched that file/lines to resolve it.

Thnaks Senthil A Kumar

© Stack Overflow or respective owner

Related posts about git

Related posts about blame