Chris Packham <judge.packham@xxxxxxxxx> writes: > On 12/10/10 09:12, Joshua Jensen wrote: > > Is there any documentation for git gui blame > > Not sure but it's displaying the same info as git blame so start with > man git-blame. That probably covers most of what you want to know > > > that explains what the two left columns containing 4 letter SHAs are? > > These are the first 4 characters of the commit id that last > added/changed that line of code. Note that there are *two* columns because one column contains plain blame, and second contains blame with code movement and copying detection and discarding changes in whitespace (like "git blame -C -C -w"). So if those columns are different, one column would show commit that put code here, and the other would show commit that changed this code. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html