summaryrefslogtreecommitdiffstats
path: root/read-cache.c
AgeCommit message (Expand)AuthorLines
2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin-1/+29
2007-06-07War on whitespaceJunio C Hamano-5/+5
2007-05-21rename dirlink to gitlink.Martin Waitz-3/+3
2007-04-25read_cache_from(): small simplificationLuiz Fernando N. Capitulino-9/+8
2007-04-22Make read-cache.c "the_index" free.Junio C Hamano-109/+128
2007-04-22Move index-related variables into a structure.Junio C Hamano-8/+4
2007-04-14Fix gitlink index entry filesystem matchingLinus Torvalds-4/+4
2007-04-11Teach directory traversal about subprojectsLinus Torvalds-0/+4
2007-04-11Fix thinko in subproject entry sortingLinus Torvalds-2/+2
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds-4/+31
2007-04-07Merge branch 'jc/read-tree-df' (early part)Junio C Hamano-9/+31
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano-1/+1
2007-04-05Propagate cache error internal to refresh_cache() via parameter.Junio C Hamano-6/+13
2007-04-05Fix bogus error message from merge-recursive error pathJunio C Hamano-1/+1
2007-04-04add_cache_entry(): removal of file foo does not conflict with foo/barJunio C Hamano-9/+31
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce-3/+3
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt-4/+6
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano-1/+1
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano-1/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre-2/+2
2007-02-16Do not take mode bits from index after type change.Junio C Hamano-6/+7
2007-01-11write-cache: do not leak the serialized cache-tree data.Linus Torvalds-1/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft-3/+3
2006-12-29Cleanup read_cache_from error handling.Shawn O. Pearce-4/+4
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce-1/+1
2006-12-17Fix check_file_directory_conflict().Junio C Hamano-1/+1
2006-12-17git-add: remove conflicting entry when adding.Junio C Hamano-1/+1
2006-12-17update-index: make D/F conflict error a bit more verbose.Junio C Hamano-1/+1
2006-11-22trust-executable-bit: fix breakage for symlinksJunio C Hamano-3/+3
2006-11-18sparse fix: non-ANSI function declarationRene Scharfe-1/+1
2006-09-26Ignore executable bit when adding files if filemode=0.Shawn Pearce-1/+3
2006-08-27Merge branch 'js/c-merge-recursive'Junio C Hamano-0/+17
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-2/+2
2006-08-16Merge branch 'jc/racy'Junio C Hamano-59/+10
2006-08-15Remove the "delay writing to avoid runtime penalty of racy-git avoidance"Junio C Hamano-52/+1
2006-08-15Add check program "git-check-racy"Junio C Hamano-3/+9
2006-08-15remove unnecessary initializationsDavid Rientjes-6/+6
2006-08-15avoid nanosleep(2)Junio C Hamano-5/+1
2006-08-14read-cache.c cleanupDavid Rientjes-7/+3
2006-08-12Merge branch 'master' into js/c-merge-recursiveJunio C Hamano-1/+1
2006-08-10discard_cache(): discard index, even if no file was mmap()edJohannes Schindelin-3/+3
2006-08-08read-cache: tweak racy-git delay logicJunio C Hamano-21/+52
2006-08-07Racy git: avoid having to be always too carefulJunio C Hamano-4/+40
2006-07-31Fix double "close()" in ce_compare_dataLinus Torvalds-1/+1
2006-07-30Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano-0/+39
2006-07-26Make git-mv a builtinJohannes Schindelin-0/+39
2006-07-26Extract helper bits from c-merge-recursive workJohannes Schindelin-45/+42
2006-07-13Status update on merge-recursive in CJohannes Schindelin-45/+59
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin-1/+1
2006-06-20Remove all void-pointer arithmetic.Florian Forster-6/+7