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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html