diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2014-10-01 12:28:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-01 13:45:11 -0700 |
commit | 91f1f1918430f1ee6f9923d949e1543c49f63204 (patch) | |
tree | 3f894b0d2aa84aa740c7999ea78245b714b76c1b /t/t7300-clean.sh | |
parent | cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN (diff) | |
download | tgif-91f1f1918430f1ee6f9923d949e1543c49f63204.tar.xz |
delete_ref_loose(): don't muck around in the lock_file's filename
It's bad manners. Especially since there could be a signal during the
call to unlink_or_warn(), in which case the signal handler will see
the wrong filename and delete the reference file, leaving the lockfile
behind.
So make our own copy to work with.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7300-clean.sh')
0 files changed, 0 insertions, 0 deletions