aboutsummaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-22Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds1-16/+2
2008-02-22Fix name re-hashing semanticsLinus Torvalds1-5/+9
2008-01-22lazy index hashingJunio C Hamano1-3/+23
2008-01-22Create pathname-based hash-table lookup into indexLinus Torvalds1-10/+88
2008-01-22read-cache.c: introduce is_racy_timestamp() helperJunio C Hamano1-5/+8
2008-01-22read-cache.c: fix a couple more CE_REMOVE conversionJunio C Hamano1-3/+4
2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano1-1/+15
2008-01-21index: be careful when handling long namesJunio C Hamano1-1/+11
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-82/+118
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano1-17/+31
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano1-1/+2
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano1-17/+30
2007-10-18Merge branch 'maint'Shawn O. Pearce1-0/+2
2007-10-18git-blame shouldn't crash if run in an unmerged treeLinus Torvalds1-0/+2
2007-09-26Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica1-0/+25
2007-09-26Small cache_tree_write refactor.Pierre Habouzit1-10/+9
2007-09-14Merge branch 'jc/cachetree' into cr/resetJunio C Hamano1-1/+2
2007-09-14Simplify cache APIJunio C Hamano1-1/+2
2007-09-12Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica1-0/+25
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard1-1/+5
2007-08-10Optimize "diff --cached" performance.Junio C Hamano1-2/+18
2007-07-30add_file_to_index: skip rehashing if the cached stat already matchesJunio C Hamano1-1/+10
2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin1-1/+29
2007-06-07War on whitespaceJunio C Hamano1-5/+5
2007-05-21rename dirlink to gitlink.Martin Waitz1-3/+3
2007-04-25read_cache_from(): small simplificationLuiz Fernando N. Capitulino1-9/+8
2007-04-22Make read-cache.c "the_index" free.Junio C Hamano1-109/+128
2007-04-22Move index-related variables into a structure.Junio C Hamano1-8/+4
2007-04-14Fix gitlink index entry filesystem matchingLinus Torvalds1-4/+4
2007-04-11Teach directory traversal about subprojectsLinus Torvalds1-0/+4
2007-04-11Fix thinko in subproject entry sortingLinus Torvalds1-2/+2
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds1-4/+31
2007-04-07Merge branch 'jc/read-tree-df' (early part)Junio C Hamano1-9/+31
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano1-1/+1
2007-04-05Propagate cache error internal to refresh_cache() via parameter.Junio C Hamano1-6/+13
2007-04-05Fix bogus error message from merge-recursive error pathJunio C Hamano1-1/+1
2007-04-04add_cache_entry(): removal of file foo does not conflict with foo/barJunio C Hamano1-9/+31
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-3/+3
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt1-4/+6
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano1-1/+1
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano1-1/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-2/+2
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