aboutsummaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-23unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano1-1/+3
2008-07-30Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano1-5/+22
2008-07-28Make use of stat.ctime configurableAlex Riesen1-1/+1
2008-07-27git-mv: Keep moved index entries inactPetr Baudis1-0/+16
2008-07-20"needs update" considered harmfulJunio C Hamano1-1/+4
2008-07-16read-cache.c: typofixJunio C Hamano1-1/+1
2008-06-30Move read_cache_unmerged() to read-cache.cMiklos Vajna1-0/+31
2008-06-22Merge branch 'lt/racy-empty'Junio C Hamano1-0/+16
2008-06-19racy-git: an empty blob has a fixed object nameLinus Torvalds1-0/+16
2008-05-31Add shortcut in refresh_cache_ent() for marked entries.Marius Storm-Olsen1-0/+9
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano1-6/+17
2008-05-25Merge branch 'js/ignore-submodule'Junio C Hamano1-0/+4
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano1-6/+17
2008-05-15Teach update-index about --ignore-submodulesJohannes Schindelin1-0/+4
2008-05-12Make the exit code of add_file_to_index actually usefulAlex Riesen1-3/+3
2008-05-10Avoid some unnecessary lstat() callsLinus Torvalds1-12/+17
2008-05-10Merge branch 'py/diff-submodule'Junio C Hamano1-1/+2
2008-05-10Merge branch 'lt/case-insensitive'Junio C Hamano1-70/+44
2008-05-04is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano1-1/+2
2008-04-12write_index(): optimize ce_smudge_racily_clean_entry() calls with CE_UPTODATEJunio C Hamano1-1/+1
2008-04-09Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds1-1/+36
2008-04-09When adding files to the index, add support for case-independent matchesLinus Torvalds1-7/+5
2008-04-09Move name hashing functions into a file of its ownLinus Torvalds1-62/+3
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds1-6/+6
2008-03-09Add 'df_name_compare()' helper functionLinus Torvalds1-0/+35
2008-02-27Merge branch 'db/checkout'Junio C Hamano1-0/+10
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-02-09Library function to check for unmerged index entriesDaniel Barkalow1-0/+10
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