aboutsummaryrefslogtreecommitdiff
path: root/lockfile.c
Commit message (Expand)AuthorAge
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-17
* lockfile: show absolute filename in unable_to_lock_messageMatthieu Moy2010-01-12
* git branch -D: give a better error message when lockfile creation failsMiklos Vajna2009-09-29
* Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
|/
* Make the 'lock file' exists error more informativeJohn Tapsell2009-03-04
* Merge branch 'maint'Junio C Hamano2009-02-19
|\
| * More friendly message when locking the index fails.Matthieu Moy2009-02-19
* | refactor signal handling for cleanup functionsJeff King2009-01-21
* | chain kill signals for cleanup functionsJeff King2009-01-21
|/
* Make sure lockfiles are unlocked when dying on SIGPIPEJunio C Hamano2008-12-21
* Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-19
* rollback lock files on more signals than just SIGINTPaolo Bonzini2008-05-31
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-25
|\
| * Add a lockfile function to append to a fileDaniel Barkalow2008-05-04
* | Reset the signal being handledClemens Buchacher2008-05-25
|/
* close_lock_file(): new function in the lockfile APIBrandon Casey2008-01-16
* Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska2007-11-26
* Close files opened by lock_file() before unlinking.Johannes Schindelin2007-11-14
* fully resolve symlinks when creating lockfilesBradford C. Smith2007-07-27
* When locking in a symlinked repository, try to lock the original.Junio C Hamano2007-07-25
* lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege2007-07-13
* War on whitespaceJunio C Hamano2007-06-07
* lockfile: record the primary process.Junio C Hamano2007-04-21
* git-read-tree --index-output=<file>Junio C Hamano2007-04-03
* _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
* Print a more accurate error message when we fail to create a lock file.Steven Grimm2007-01-06
* Merge branch 'maint'Junio C Hamano2007-01-04
|\
| * Fix infinite loop when deleting multiple packed refs.Junio C Hamano2007-01-03
* | simplify inclusion of system header files.Junio C Hamano2006-12-20
|/
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-09
* Make index file locking code reusable to others.Junio C Hamano2006-06-06