author | Brandon Casey <casey@nrlssc.navy.mil> | |
Wed, 16 Jan 2008 19:14:30 +0000 (13:14 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Jan 2008 23:36:10 +0000 (15:36 -0800) | ||
commit | b531394d5829b22fd40e38e1d3aa6e97cb5b84ef | |
tree | f7dd355059289985779ba34e451b53dc7b235d76 | tree | snapshot |
parent | 4ed7cd3ab07f7c721daf4241fe1dac306fefd1fb | commit | diff |
refs.c: rework ref_locks by abstracting from underlying struct lock_file
Instead of calling close_lock_file() and commit_lock_file() directly,
which take a struct lock_file argument, add two new functions:
close_ref() and commit_ref(), which handle calling the previous
lock_file functions and modifying the ref_lock structure.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Instead of calling close_lock_file() and commit_lock_file() directly,
which take a struct lock_file argument, add two new functions:
close_ref() and commit_ref(), which handle calling the previous
lock_file functions and modifying the ref_lock structure.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c | diff | blob | history |