I want to show information in diff (or similar tool for git) which line in file was changed by which commit.
Asked
Active
Viewed 45 times
1 Answers
1
Have a look at the git blame
command: http://git-scm.com/docs/git-blame

Bradley T. Hughes
- 537
- 3
- 12