0

I want to show information in diff (or similar tool for git) which line in file was changed by which commit.

Marcin
  • 422
  • 6
  • 17
  • 1
    `git blame ` prints information for each line in ``, including a short SHA of the commit that last changed each line. That's probably what you want to use. – jub0bs May 22 '15 at 07:39

1 Answers1

1

Have a look at the git blame command: http://git-scm.com/docs/git-blame