summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-11[PATCH] Fix buffer overflow in ce_flush().Qingning Huo1-0/+7
2005-08-16[PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds1-0/+2
2005-07-29[PATCH] mmap error handlingPavel Roskin1-2/+2
2005-07-14Make "ce_match_path()" a generic helper functionLinus Torvalds1-0/+24
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano1-11/+21
2005-06-18read-cache.c: remove stray debugging printfLinus Torvalds1-1/+0
2005-06-18Re-implement "check_file_directory_conflict()"Linus Torvalds1-89/+88
2005-06-10[PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries.Junio C Hamano1-2/+6