git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* diff-files inconsistency with touched files
@ 2009-09-02 17:27 James Spencer
  2009-09-02 19:28 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: James Spencer @ 2009-09-02 17:27 UTC (permalink / raw)
  To: git

Hi,

I am puzzled by the following behaviour:

$ git --version
git version 1.6.4.2
$ git diff-files
$ touch test
$ git diff-files
:100644 100644 9daeafb9864cf43055ae93beb0afd6c7d144bfa4 
0000000000000000000000000000000000000000 M  test
$ git diff
$ git diff-files
$

I don't understand why git diff-files reports a file is changed when 
that file is touched nor why running git diff changes this to (what I 
think is) the correct behaviour.

Thanks in advance,

    --James

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

end of thread, other threads:[~2009-09-03 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 17:27 diff-files inconsistency with touched files James Spencer
2009-09-02 19:28 ` Jeff King
2009-09-03 16:18   ` James Spencer

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).