Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-02lockfile.c: document the various states of lock_file objectsMichael Haggerty
2014-10-02lock_file(): always initialize and register lock_file objectMichael Haggerty
2014-10-02hold_lock_file_for_append(): release lock on errorsMichael Haggerty
2014-10-02lockfile: unlock file if lockfile permissions cannot be adjustedMichael Haggerty
2014-10-02rollback_lock_file(): set fd to -1Michael Haggerty
2014-10-02rollback_lock_file(): exit early if lock is not activeMichael Haggerty
2014-10-02rollback_lock_file(): do not clear filename redundantlyMichael Haggerty
2014-10-02close_lock_file(): exit (successfully) if file is already closedMichael Haggerty
2014-10-02unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty
2014-09-03Merge branch 'jc/reopen-lock-file'Junio C Hamano
2014-08-28copy_fd(): do not close the input file descriptorSteffen Prohaska
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano
2014-07-15lockfile: allow reopening a closed but still locked fileJunio C Hamano
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy
2013-07-07lockfile: fix buffer overflow in path handlingMichael Haggerty
2011-03-18Name make_*_path functions more accuratelyCarlos Martín Nieto
2010-01-13lockfile: 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-02Fix 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-06-01rollback lock files on more signals than just SIGINTPaolo Bonzini
2008-05-26Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-26Reset the signal being handledClemens Buchacher
2008-05-05Add a lockfile function to append to a fileDaniel Barkalow
2008-01-17close_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-15Close files opened by lock_file() before unlinking.Johannes Schindelin
2007-07-27fully resolve symlinks when creating lockfilesBradford C. Smith
2007-07-26When 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