How does “index f2e4113..d4b9bfc 100644” in git diff correspond to SHA1 ID in gitk?
What does 'index f2e4113..d4b9bfc 100644' mean in the output from git diff? Till now I have assumed that these SHA1 ID's are from_version..to_version, but I can't find them in gitk. $ git --version git version 1.8.3.4 $ git diff ae1fdc1 diff --git a/README b/README index f2e4113..d4b9bfc 100644 --- a/README +++ b/README @@ -1 +1,3 @@ stuff +more +more stuff 'index f2e4113..d4b9bfc 100644' doesn't look like a part of diff unified format. http://en.wikipedia.org/wiki/Diff#Unified_format 100644 looks like a file mode, but doesn't correspond to the mode of the README file (660). f2e4113..d4b9bfc