On 16 November 2010 12:34, Nguyen Thai Ngoc Duy [off-list ref] wrote:
On Tue, Nov 16, 2010 at 6:24 PM, Nguyen Thai Ngoc Duy [off-list ref] wrote:
quoted
+static int identical_content(struct cache_entry *ce, struct stat *st)
+{
+ unsigned char sha1[20];
+ return !index_path(sha1, ce->name, st, 0) && !hashcmp(sha1, ce->sha1);
Even better, do a file size check here. If it's not equal, there's no
point in calling the expensive index_path().
I tried your patch, with the size check modification, and it seems to
work (meaning it passed all existing tests).
Ill try to put together tests and a proper patch soon.
Im hoping that if someone thinks that such a patch would be dismissed
out of hand that they will let me know....
cheers,
Yves
--
perl -Mre=debug -e "/just|another|perl|hacker/"