Git development
 help / color / mirror / Atom feed
* Meaning of two commit-ish hash in git diff
@ 2017-10-31  3:24 Yubin Ruan
  2017-10-31  4:28 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Yubin Ruan @ 2017-10-31  3:24 UTC (permalink / raw)
  To: git

Hi,

Can anyone tell me what does the "f8886b4..a1c96df" mean in a git diff output,
as below?

diff --git a/path/somefile b/path/somefile
index f8886b4..a1c96df 100644
--- a/path/somefile
+++ b/path/somefile
<snip>

This is output by a `git diff` between two adjacent commits but they are
not any commit hash. I grep through the whole $(git log) but still cannot
find those hash.

And BTW, are there any special meanings for that .. ?

Thanks,
Yubin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-01  2:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31  3:24 Meaning of two commit-ish hash in git diff Yubin Ruan
2017-10-31  4:28 ` Junio C Hamano
2017-11-01  0:27   ` Philip Oakley
2017-11-01  1:07     ` Yubin Ruan
2017-11-01  2:48       ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox