summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2008-05-31Add shortcut in refresh_cache_ent() for marked entries.Marius Storm-Olsen
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano
2008-05-25Merge branch 'js/ignore-submodule'Junio C Hamano
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano
2008-05-15Teach update-index about --ignore-submodulesJohannes Schindelin
2008-05-13Make the exit code of add_file_to_index actually usefulAlex Riesen
2008-05-11Avoid some unnecessary lstat() callsLinus Torvalds
2008-05-11Merge branch 'py/diff-submodule'Junio C Hamano
2008-05-11Merge branch 'lt/case-insensitive'Junio C Hamano
2008-05-05is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano
2008-04-13write_index(): optimize ce_smudge_racily_clean_entry() calls with CE_UPTODATEJunio C Hamano
2008-04-09Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds
2008-04-09When adding files to the index, add support for case-independent matchesLinus Torvalds
2008-04-09Move name hashing functions into a file of its ownLinus Torvalds
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds
2008-03-09Add 'df_name_compare()' helper functionLinus Torvalds
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-23Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds
2008-02-23Fix name re-hashing semanticsLinus Torvalds
2008-02-10Library function to check for unmerged index entriesDaniel Barkalow
2008-01-23lazy index hashingJunio C Hamano
2008-01-23Create pathname-based hash-table lookup into indexLinus Torvalds
2008-01-23read-cache.c: introduce is_racy_timestamp() helperJunio C Hamano
2008-01-23read-cache.c: fix a couple more CE_REMOVE conversionJunio C Hamano
2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano
2008-01-21index: be careful when handling long namesJunio C Hamano
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano
2007-10-18Merge branch 'maint'Shawn O. Pearce
2007-10-18git-blame shouldn't crash if run in an unmerged treeLinus Torvalds
2007-09-26Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica
2007-09-26Small cache_tree_write refactor.Pierre Habouzit
2007-09-14Merge branch 'jc/cachetree' into cr/resetJunio C Hamano
2007-09-14Simplify cache APIJunio C Hamano
2007-09-12Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-08-10Optimize "diff --cached" performance.Junio C Hamano
2007-07-31add_file_to_index: skip rehashing if the cached stat already matchesJunio C Hamano
2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin
2007-06-07War on whitespaceJunio C Hamano
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-25read_cache_from(): small simplificationLuiz Fernando N. Capitulino
2007-04-23Make read-cache.c "the_index" free.Junio C Hamano
2007-04-23Move index-related variables into a structure.Junio C Hamano
2007-04-14Fix gitlink index entry filesystem matchingLinus Torvalds
2007-04-12Teach directory traversal about subprojectsLinus Torvalds
2007-04-12Fix thinko in subproject entry sortingLinus Torvalds
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds