diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2014-10-01 13:14:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-01 14:08:10 -0700 |
commit | 013870cd2cb1b0d6719a7a9123e126a62426520b (patch) | |
tree | 235000196a837c275d3e7d72d06cd3cf197bc9f3 /t/t2016-checkout-patch.sh | |
parent | 697cc8efd944a32ca472337cd6640004c474b788 (diff) | |
download | git-013870cd2cb1b0d6719a7a9123e126a62426520b.tar.gz |
fdopen_lock_file(): access a lockfile using stdio
Add a new function, fdopen_lock_file(), which returns a FILE pointer
open to the lockfile. If a stream is open on a lock_file object, it is
closed using fclose() on commit, rollback, or close_lock_file().
This change will allow callers to use stdio to write to a lockfile
without having to muck around in the internal representation of the
lock_file object (callers will be rewritten in upcoming commits).
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2016-checkout-patch.sh')
0 files changed, 0 insertions, 0 deletions