summaryrefslogtreecommitdiff
path: root/lockfile.c
AgeCommit message (Expand)Author
2010-01-12lockfile: show absolute filename in unable_to_lock_messageMatthieu Moy
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-03-05Make the 'lock file' exists error more informativeJohn Tapsell
2009-02-20Merge branch 'maint'Junio C Hamano
2009-02-20More friendly message when locking the index fails.Matthieu Moy
2009-01-22refactor signal handling for cleanup functionsJeff King
2009-01-22chain kill signals for cleanup functionsJeff King
2008-12-21Make sure lockfiles are unlocked when dying on SIGPIPEJunio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-05-31rollback lock files on more signals than just SIGINTPaolo Bonzini
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-25Reset the signal being handledClemens Buchacher
2008-05-05Add a lockfile function to append to a fileDaniel Barkalow
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska
2007-11-14Close files opened by lock_file() before unlinking.Johannes Schindelin
2007-07-27fully resolve symlinks when creating lockfilesBradford C. Smith
2007-07-25When locking in a symlinked repository, try to lock the original.Junio C Hamano
2007-07-13lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege
2007-06-07War on whitespaceJunio C Hamano
2007-04-21lockfile: record the primary process.Junio C Hamano
2007-04-04git-read-tree --index-output=<file>Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-01-06Print a more accurate error message when we fail to create a lock file.Steven Grimm
2007-01-05Merge branch 'maint'Junio C Hamano
2007-01-03Fix infinite loop when deleting multiple packed refs.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-06-10shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-06-06Make index file locking code reusable to others.Junio C Hamano