git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git diff-index --raw HEAD and git diff --raw HEAD output the same thing?
@ 2008-03-01 13:10 Ping Yin
  2008-03-01 13:21 ` Johannes Schindelin
  2008-03-02  5:24 ` Ping Yin
  0 siblings, 2 replies; 6+ messages in thread
From: Ping Yin @ 2008-03-01 13:10 UTC (permalink / raw)
  To: Git Mailing List

Does these two commands output the same content except displaying format?

Follwoing is my test

$ git diff-index --raw HEAD
:160000 000000 ad1e416e87dc02617de68c41bb18e5abf0e24729
0000000000000000000000000000000000000000 D      WordBreak
:160000 160000 34f279b1662a6bef6a8fdea1827bbdbd80f12444
0000000000000000000000000000000000000000 M      commonmake
:160000 100644 c517f783d9efb5a8d24f80fb67f644a39afec2a6
e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 T      util

$ git diff --raw HEAD
:160000 000000 ad1e416e87dc02617de68c41bb18e5abf0e24729 0000000... D
 WordBreak
:160000 160000 34f279b1662a6bef6a8fdea1827bbdbd80f12444
c1f46b3f10cc041e196c388490ddb049dacc7dc0 M      commonmake
:160000 100644 c517f783d9efb5a8d24f80fb67f644a39afec2a6 e69de29... T    util

Strange things is this line
:160000 160000 34f279b1662a6bef6a8fdea1827bbdbd80f12444
0000000000000000000000000000000000000000 M      commonmake

why mod is 160000 while sha1 is 0000...

-- 
Ping Yin

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

end of thread, other threads:[~2008-03-02  6:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 13:10 git diff-index --raw HEAD and git diff --raw HEAD output the same thing? Ping Yin
2008-03-01 13:21 ` Johannes Schindelin
     [not found]   ` <46dff0320803010545n775f1441x579a53a8c07d0892@mail.gmail.com>
2008-03-02  5:22     ` Fwd: " Ping Yin
2008-03-02  5:48   ` Junio C Hamano
2008-03-02  6:07     ` Ping Yin
2008-03-02  5:24 ` Ping Yin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).