summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-01-11write-cache: do not leak the serialized cache-tree data.Linus Torvalds
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2006-12-29Cleanup read_cache_from error handling.Shawn O. Pearce
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce
2006-12-17Fix check_file_directory_conflict().Junio C Hamano
2006-12-17git-add: remove conflicting entry when adding.Junio C Hamano
2006-12-17update-index: make D/F conflict error a bit more verbose.Junio C Hamano
2006-11-23trust-executable-bit: fix breakage for symlinksJunio C Hamano
2006-11-18sparse fix: non-ANSI function declarationRene Scharfe
2006-09-27Ignore executable bit when adding files if filemode=0.Shawn Pearce
2006-08-28Merge branch 'js/c-merge-recursive'Junio C Hamano
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16Merge branch 'jc/racy'Junio C Hamano
2006-08-16Remove the "delay writing to avoid runtime penalty of racy-git avoidance"Junio C Hamano
2006-08-16Add check program "git-check-racy"Junio C Hamano
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-15avoid nanosleep(2)Junio C Hamano
2006-08-15read-cache.c cleanupDavid Rientjes
2006-08-13Merge branch 'master' into js/c-merge-recursiveJunio C Hamano
2006-08-10discard_cache(): discard index, even if no file was mmap()edJohannes Schindelin
2006-08-09read-cache: tweak racy-git delay logicJunio C Hamano
2006-08-07Racy git: avoid having to be always too carefulJunio C Hamano
2006-07-31Fix double "close()" in ce_compare_dataLinus Torvalds
2006-07-31Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano
2006-07-26Make git-mv a builtinJohannes Schindelin
2006-07-26Extract helper bits from c-merge-recursive workJohannes Schindelin
2006-07-14Status update on merge-recursive in CJohannes Schindelin
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-05-29Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeJunio C Hamano
2006-05-28git-write-tree writes garbage on sparc64Dennis Stosberg
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano
2006-05-20Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano
2006-05-19Libify the index refresh logicLinus Torvalds
2006-05-18Prevent bogus paths from being added to the index.Linus Torvalds
2006-05-09read-cache.c: use xcalloc() not calloc()Yakov Lerner
2006-04-25index: make the index file format extensible.Junio C Hamano
2006-04-23read-cache/write-cache: optionally return cache checksum SHA1.Junio C Hamano
2006-02-13cache_name_compare() compares name and stage, nothing else.Junio C Hamano
2006-02-09"Assume unchanged" gitJunio C Hamano
2005-12-20ce_smudge_racily_clean_entry: explain why it works.Junio C Hamano
2005-12-20Racy GIT (part #2)Junio C Hamano
2005-12-20Racy GITJunio C Hamano
2005-10-12Use git config file for committer name and email infoLinus Torvalds