summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-12print an error message for invalid pathDmitry Potapov
2008-10-09Merge branch 'jc/add-ita'Shawn O. Pearce
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-16Merge branch 'jc/maint-name-hash-clear'Junio C Hamano
2008-08-31git-add --intent-to-add (-N)Junio C Hamano
2008-08-27Merge branch 'jc/add-addremove'Junio C Hamano
2008-08-24Merge branch 'maint'Junio C Hamano
2008-08-24unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano
2008-08-23discard_cache: reset lazy name_hash bitJunio C Hamano
2008-08-17index: future proof for "extended" index entriesJunio C Hamano
2008-07-30Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano
2008-07-29Make use of stat.ctime configurableAlex Riesen
2008-07-27git-mv: Keep moved index entries inactPetr Baudis
2008-07-26builtin-add.c: restructure the code for maintainabilityJunio C Hamano
2008-07-21"needs update" considered harmfulJunio C Hamano
2008-07-17read-cache.c: typofixJunio C Hamano
2008-07-01Move read_cache_unmerged() to read-cache.cMiklos Vajna
2008-06-22Merge branch 'lt/racy-empty'Junio C Hamano
2008-06-19racy-git: an empty blob has a fixed object nameLinus Torvalds
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