31 Commits (f630cfda8800aee03c7eb2fcd0f840730fbe43b9)

Author SHA1 Message Date
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
John Tapsell bdfd739dac Make the 'lock file' exists error more informative 16 years ago
Matthieu Moy e43a6fd3e9 More friendly message when locking the index fails. 16 years ago
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
Junio C Hamano 0693f9ddad Make sure lockfiles are unlocked when dying on SIGPIPE 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 16 years ago
Paolo Bonzini ad5fa3cc0e rollback lock files on more signals than just SIGINT 17 years ago
Clemens Buchacher a129293938 Reset the signal being handled 17 years ago
Daniel Barkalow ea3cd5c7c6 Add a lockfile function to append to a file 17 years ago
Brandon Casey d6cf61bfd4 close_lock_file(): new function in the lockfile API 17 years ago
Steffen Prohaska ecf4831d89 Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c 17 years ago
Johannes Schindelin 4723ee992c Close files opened by lock_file() before unlinking. 17 years ago
Bradford C. Smith 5d5a7a6738 fully resolve symlinks when creating lockfiles 18 years ago
Junio C Hamano d58e8d34b0 When locking in a symlinked repository, try to lock the original. 18 years ago
Sven Verdoolaege 9a4cbdca34 lockfile.c: schedule remove_lock_file only once. 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Junio C Hamano 5e635e3960 lockfile: record the primary process. 18 years ago
Junio C Hamano 5e7f56ac33 git-read-tree --index-output=<file> 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Steven Grimm f9e8a43a00 Print a more accurate error message when we fail to create a lock file. 18 years ago
Junio C Hamano 1084b845d9 Fix infinite loop when deleting multiple packed refs. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 18 years ago
Junio C Hamano 138086a725 shared repository - add a few missing calls to adjust_shared_perm(). 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago