Re: [PATCH] lockfile: remove function "hold_lock_file_for_append"

2015-08-28 Thread Jeff King
On Fri, Aug 28, 2015 at 06:55:52PM +0200, Ralf Thielow wrote: > With 77b9b1d (add_to_alternates_file: don't add duplicate entries, > 2015-08-10) the last caller of function "hold_lock_file_for_append" > has been removed, so we can remove the function as well. Heh. I have the same patch, but was h

[PATCH] lockfile: remove function "hold_lock_file_for_append"

2015-08-28 Thread Ralf Thielow
With 77b9b1d (add_to_alternates_file: don't add duplicate entries, 2015-08-10) the last caller of function "hold_lock_file_for_append" has been removed, so we can remove the function as well. Signed-off-by: Ralf Thielow --- This is the second bullet point in http://git-blame.blogspot.de/p/leftove