Re: [PATCH v3] Enable minimal stat checking

2013-05-06 Thread Junio C Hamano
Jeff King writes: > On Tue, Jan 22, 2013 at 08:49:22AM +0100, Robin Rosenberg wrote: > >> Specifically the fields uid, gid, ctime, ino and dev are set to zero >> by JGit. Other implementations, eg. Git in cygwin are allegedly also >> somewhat incompatible with Git For Windows and on *nix platform

Re: [PATCH v3] Enable minimal stat checking

2013-05-06 Thread Jeff King
On Tue, Jan 22, 2013 at 08:49:22AM +0100, Robin Rosenberg wrote: > Specifically the fields uid, gid, ctime, ino and dev are set to zero > by JGit. Other implementations, eg. Git in cygwin are allegedly also > somewhat incompatible with Git For Windows and on *nix platforms > the resolution of the

Re: [PATCH v3] Enable minimal stat checking

2013-01-22 Thread Robin Rosenberg
- Ursprungligt meddelande - > Also, even though we settled on "default/minimal", we may regret in > the future if old implementations died on an unrecognized value, as > that will forbid users from using an old Git and a new Git on the > same repository at the same time, so I'd suggest r

Re: [PATCH v3] Enable minimal stat checking

2013-01-22 Thread Junio C Hamano
Robin Rosenberg writes: > Specifically the fields uid, gid, ctime, ino and dev are set to zero > by JGit. Other implementations, eg. Git in cygwin are allegedly also > somewhat incompatible with Git For Windows and on *nix platforms > the resolution of the timestamps may differ. > > Any stat chec

Re: [PATCH v3] Enable minimal stat checking

2013-01-22 Thread Torsten Bögershausen
+core.checkstat:: + Determines which stat fields to match between the index + and work tree. The user can set this to 'default' or + 'minimal'. Default (or explicitly 'default'), is to check + all fields, including the sub-second part of mtime and ctime. + Setting 'minimal'

Re: [PATCH v3] Enable minimal stat checking

2013-01-22 Thread Johannes Sixt
Am 1/22/2013 8:49, schrieb Robin Rosenberg: > Specifically the fields uid, gid, ctime, ino and dev are set to zero > by JGit. Other implementations, eg. Git in cygwin are allegedly also > somewhat incompatible with Git For Windows and on *nix platforms > the resolution of the timestamps may differ.

[PATCH v3] Enable minimal stat checking

2013-01-21 Thread Robin Rosenberg
Specifically the fields uid, gid, ctime, ino and dev are set to zero by JGit. Other implementations, eg. Git in cygwin are allegedly also somewhat incompatible with Git For Windows and on *nix platforms the resolution of the timestamps may differ. Any stat checking by git will then need to check c