aboutsummaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-16Do not take mode bits from index after type change.Junio C Hamano1-6/+7
2007-01-11write-cache: do not leak the serialized cache-tree data.Linus Torvalds1-1/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-3/+3
2006-12-29Cleanup read_cache_from error handling.Shawn O. Pearce1-4/+4
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce1-1/+1
2006-12-17Fix check_file_directory_conflict().Junio C Hamano1-1/+1
2006-12-17git-add: remove conflicting entry when adding.Junio C Hamano1-1/+1
2006-12-17update-index: make D/F conflict error a bit more verbose.Junio C Hamano1-1/+1
2006-11-22trust-executable-bit: fix breakage for symlinksJunio C Hamano1-3/+3
2006-11-18sparse fix: non-ANSI function declarationRene Scharfe1-1/+1
2006-09-26Ignore executable bit when adding files if filemode=0.Shawn Pearce1-1/+3
2006-08-27Merge branch 'js/c-merge-recursive'Junio C Hamano1-0/+17
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-2/+2
2006-08-16Merge branch 'jc/racy'Junio C Hamano1-59/+10
2006-08-15Remove the "delay writing to avoid runtime penalty of racy-git avoidance"Junio C Hamano1-52/+1
2006-08-15Add check program "git-check-racy"Junio C Hamano1-3/+9
2006-08-15remove unnecessary initializationsDavid Rientjes1-6/+6
2006-08-15avoid nanosleep(2)Junio C Hamano1-5/+1
2006-08-14read-cache.c cleanupDavid Rientjes1-7/+3
2006-08-12Merge branch 'master' into js/c-merge-recursiveJunio C Hamano1-1/+1
2006-08-10discard_cache(): discard index, even if no file was mmap()edJohannes Schindelin1-3/+3
2006-08-08read-cache: tweak racy-git delay logicJunio C Hamano1-21/+52
2006-08-07Racy git: avoid having to be always too carefulJunio C Hamano1-4/+40
2006-07-31Fix double "close()" in ce_compare_dataLinus Torvalds1-1/+1
2006-07-30Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano1-0/+39
2006-07-26Make git-mv a builtinJohannes Schindelin1-0/+39
2006-07-26Extract helper bits from c-merge-recursive workJohannes Schindelin1-45/+42
2006-07-13Status update on merge-recursive in CJohannes Schindelin1-45/+59
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin1-1/+1
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-6/+7
2006-05-28Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeJunio C Hamano1-1/+184
2006-05-28git-write-tree writes garbage on sparc64Dennis Stosberg1-1/+1
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+66
2006-05-20Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+72
2006-05-19Libify the index refresh logicLinus Torvalds1-0/+117
2006-05-18Prevent bogus paths from being added to the index.Linus Torvalds1-0/+66
2006-05-09read-cache.c: use xcalloc() not calloc()Yakov Lerner1-1/+1
2006-04-24index: make the index file format extensible.Junio C Hamano1-26/+79
2006-04-23read-cache/write-cache: optionally return cache checksum SHA1.Junio C Hamano1-8/+27
2006-02-12cache_name_compare() compares name and stage, nothing else.Junio C Hamano1-3/+3
2006-02-08"Assume unchanged" gitJunio C Hamano1-5/+23
2005-12-20ce_smudge_racily_clean_entry: explain why it works.Junio C Hamano1-1/+25
2005-12-20Racy GIT (part #2)Junio C Hamano1-1/+31
2005-12-20Racy GITJunio C Hamano1-54/+86
2005-10-11Use git config file for committer name and email infoLinus Torvalds1-1/+0
2005-10-11Use core.filemode.Junio C Hamano1-4/+8
2005-10-10Add ".git/config" file parserLinus Torvalds1-0/+1
2005-10-01[PATCH] Better error reporting for "git status"Linus Torvalds1-5/+9
2005-09-24Diff clean-up.Junio C Hamano1-1/+1
2005-09-20Show modified files in git-ls-filesJunio C Hamano1-0/+77