From: Junio C Hamano Date: Tue, 2 Sep 2014 20:20:12 +0000 (-0700) Subject: Merge branch 'jc/reopen-lock-file' X-Git-Tag: v2.2.0-rc0~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c518279c0efbee88c31bb9916572ddfd9ac8eb00;p=git Merge branch 'jc/reopen-lock-file' There are cases where you lock and open to write a file, close it to show the updated contents to external processes, and then have to update the file again while still holding the lock, but the lockfile API lacked support for such an access pattern. * jc/reopen-lock-file: lockfile: allow reopening a closed but still locked file --- c518279c0efbee88c31bb9916572ddfd9ac8eb00