Re: [PATCH 14/14] lockfile: make 'unable_to_lock_message' private

2014-12-03 Thread Stefan Beller
On Tue, Dec 02, 2014 at 09:27:34PM -0800, Jonathan Nieder wrote: > The old external callers now use the message passed back by > hold_lock_file_for_update / hold_lock_file_for_append instead of > trying to interpret errno. > > Signed-off-by: Jonathan Nieder > --- > That's the end of the series.

[PATCH 14/14] lockfile: make 'unable_to_lock_message' private

2014-12-02 Thread Jonathan Nieder
The old external callers now use the message passed back by hold_lock_file_for_update / hold_lock_file_for_append instead of trying to interpret errno. Signed-off-by: Jonathan Nieder --- That's the end of the series. Thanks for reading. Thoughts? lockfile.c | 42 +-