Top "Blame" questions

Blame is the annotation of source code showing who last edited each section or line.

Git blame -- prior commits?

Is it possible to see who edited a specific line before the commit reported by git blame, like a history …

git commit blame
Where is git-blame in SourceTree

I'd like to see who contributed which line/change to a file. git-blame does exactly that. So does SourceTree have …

git atlassian-sourcetree git-gui blame git-blame
svn: How do I determine the last time a certain line was changed?

I have a bit of code that I would like to see revision history for. In the example file, line 300 …

svn blame
Eclipse with EGit, git-blame info is hard to see

using Eclipse Indigo Service Release 2, with EGit plugin and JDK 1.7. I've seen that it should support blame annotations, but I …

java eclipse git egit blame
Is there a way to customize the output of git blame?

git log has a nice --format option to specify how the output should be formatted. But git blame doesn't seem …

git blame
Find the git branch or branches from commit id

Actually am try to get a report on merge conflicts. I used 'git blame' to see who has changed what …

git commit sha1 git-branch blame
Git: discover which commits ever touched a range of lines

I'm having trouble figuring out how to use git blame for getting the set of commits that ever touched a …

git blame
Git blame showing no history

When I run git blame on a file (using msysgit) I always get the following sort of printout: 00000000 (Not Committed …

git windows-subsystem-for-linux msysgit blame
Sonar SCM failure no blame data on line 1

I'm running into some problems executing sonar analysis (Sonar Runner v2.4 and SonarQube 5.0) with SVN on a Windows 7 machine. I …

svn sonarqube sonar-runner blame
Why git blame does not follow renames?

$ pwd /data/mdi2/classes $ git blame -L22,+1 -- utils.js 99b7a802 mdi2/utils.js (user 2015-03-26 21:54:57 +0200 22) #comment $ git …

git blame git-blame