Re: [PATCH 09/22] api-lockfile: expand the documentation

2014-04-02 Thread Michael Haggerty
On 04/01/2014 10:19 PM, Jeff King wrote: > On Tue, Apr 01, 2014 at 05:58:17PM +0200, Michael Haggerty wrote: > >> +unable_to_lock_error:: >> + >> +Emit an error describing that there was an error locking the >> +specified path. The err parameter should be the errno of the >> +problem

Re: [PATCH 09/22] api-lockfile: expand the documentation

2014-04-01 Thread Jeff King
On Tue, Apr 01, 2014 at 05:58:17PM +0200, Michael Haggerty wrote: > +unable_to_lock_error:: > + > + Emit an error describing that there was an error locking the > + specified path. The err parameter should be the errno of the > + problem that caused the failure. > + > +unable_to_lock_

[PATCH 09/22] api-lockfile: expand the documentation

2014-04-01 Thread Michael Haggerty
Document a couple more functions and the flags argument as used by hold_lock_file_for_update() and hold_lock_file_for_append(). Signed-off-by: Michael Haggerty --- Documentation/technical/api-lockfile.txt | 36 +--- 1 file changed, 33 insertions(+), 3 deletions(-) di