On 4/26/2017 11:13 PM, Jeff King wrote:
On Wed, Apr 26, 2017 at 10:05:23PM +0200, Johannes Schindelin wrote:
From: Jeff Hostetler
Teach do_write_index() to close the index.lock file
before getting the mtime and updating the istate.timestamp
fields.
On Windows, a file's mtime is not updated
On 4/26/2017 11:21 PM, Junio C Hamano wrote:
Johannes Schindelin writes:
From: Jeff Hostetler
Teach do_write_index() to close the index.lock file
before getting the mtime and updating the istate.timestamp
fields.
On Windows, a file's mtime is not updated until the file is
closed. On Linu
Johannes Schindelin writes:
> From: Jeff Hostetler
>
> Teach do_write_index() to close the index.lock file
> before getting the mtime and updating the istate.timestamp
> fields.
>
> On Windows, a file's mtime is not updated until the file is
> closed. On Linux, the mtime is set after the last f
On Wed, Apr 26, 2017 at 10:05:23PM +0200, Johannes Schindelin wrote:
> From: Jeff Hostetler
>
> Teach do_write_index() to close the index.lock file
> before getting the mtime and updating the istate.timestamp
> fields.
>
> On Windows, a file's mtime is not updated until the file is
> closed. O
From: Jeff Hostetler
Teach do_write_index() to close the index.lock file
before getting the mtime and updating the istate.timestamp
fields.
On Windows, a file's mtime is not updated until the file is
closed. On Linux, the mtime is set after the last flush.
Signed-off-by: Jeff Hostetler
Signed
5 matches
Mail list logo