How does “index f2e4113..d4b9bfc 100644” in git diff correspond to SHA1 ID in gitk?
edit: @wiswit has pointed to this good explanation. f2e4113 and d4b9bfc are file-indexes. With git show f2e4113 you see the file before the commit and git show d4b9bfc shows the file after the commit. The combined diff format is in the git diff manual pages described. COMBINED DIFF FORMAT Any diff-generating command can take the … Read more