summaryrefslogtreecommitdiff
path: root/lockfile.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-27fully resolve symlinks when creating lockfilesBradford C. Smith1-13/+101
2007-07-25When locking in a symlinked repository, try to lock the original.Junio C Hamano1-0/+13
2007-07-13lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege1-4/+4
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-21lockfile: record the primary process.Junio C Hamano1-1/+5
2007-04-03git-read-tree --index-output=<file>Junio C Hamano1-3/+8
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano1-0/+17
2007-01-06Print a more accurate error message when we fail to create a lock file.Steven Grimm1-1/+1
2007-01-04Merge branch 'maint'Junio C Hamano1-1/+6
2007-01-03Fix infinite loop when deleting multiple packed refs.Junio C Hamano1-1/+6
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-1/+9
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano1-5/+10
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-0/+57