From: Ben Greear <[EMAIL PROTECTED]>
Date: Sat, 27 Aug 2005 01:23:25 -0700

> I'm still learning git...I had to post filter that patch to get rid of
> of the many diff --git .... lines that didn't seem to help much.

The timestamps of the files are stored in the git index, so if they
are different for a file git thinks it should try to diff that file,
which is why you get all of those empty diffs.

Run "git-update-cache --refresh" then regenerate your diff, that
should cure it.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to