Re: [PATCH 0/3] Support stdio access to lockfiles

2014-10-01 Thread Jeff King
On Wed, Oct 01, 2014 at 01:14:46PM +0200, Michael Haggerty wrote: > This series applies on top of the series "Lockfile correctness and > refactoring" (Junio's branch mh/lockfile). > > There are already two callers that write to lockfiles using stdio. But > they currently need intimate knowledge o

[PATCH 0/3] Support stdio access to lockfiles

2014-10-01 Thread Michael Haggerty
This series applies on top of the series "Lockfile correctness and refactoring" (Junio's branch mh/lockfile). There are already two callers that write to lockfiles using stdio. But they currently need intimate knowledge of the lockfile implementation to work correctly; for example, they have to ca