Merge branch 'rr/minimal-stat'
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Jan 2013 16:53:02 +0000 (08:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Jan 2013 16:53:02 +0000 (08:53 -0800)
commit070c57df42ea4eadcc43d0456d114560124326c3
tree27fe6ad8de6f53583f797dd50e21b4241d8261aa
parent7b5196909c7773a3ce6d3cd0ba78f42249bf27c3
parentc08e4d5b5cfa9f692cb8c81e5e9615e330f299c2
Merge branch 'rr/minimal-stat'

Some reimplementations of Git does not write all the stat info back
to the index due to their implementation limitations (e.g. jgit
running on Java).  A configuration option can tell Git to ignore
changes to most of the stat fields and only pay attention to mtime
and size, which these implementations can reliably update.  This
avoids excessive revalidation of contents.

* rr/minimal-stat:
  Enable minimal stat checking
cache.h