summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-1/+1
2026-08-20odb/transaction: add transaction finalize interfaceJustin Tobler1-1/+1
2026-08-15Merge branch 'jc/add-resolved'Junio C Hamano1-36/+49
2026-07-31read-cache: add remove_file_from_index_with_flags()Junio C Hamano1-4/+15
2026-07-31read-cache: reindentJunio C Hamano1-32/+34
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-1/+1
2026-07-30Merge branch 'ty/migrate-trust-executable-bit'Junio C Hamano1-8/+7
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-2/+5
2026-07-20environment: move has_symlinks into repo_config_valuesTian Yuchen1-3/+4
2026-07-20environment: move trust_executable_bit into repo_config_valuesTian Yuchen1-3/+3
2026-07-20read-cache: pass 'repo' to 'ce_mode_from_stat()'Tian Yuchen1-1/+1
2026-07-20read-cache: remove redundant extern declarationsTian Yuchen1-2/+0
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-3/+3
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-1/+1
2026-07-18Merge branch 'jt/receive-pack-use-odb-transactions' into HEADJunio C Hamano1-2/+5
2026-07-16Merge branch 'jk/git-hash-cleanups'Junio C Hamano1-3/+3
2026-07-15Merge branch 'ps/history-drop'Junio C Hamano1-5/+7
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-1/+1
2026-07-10odb/transaction: propagate begin errorsJustin Tobler1-2/+5
2026-07-07hash: use git_hash_init() consistentlyJeff King1-3/+3
2026-07-06Merge branch 'ty/move-protect-hfs-ntfs'Junio C Hamano1-3/+4
2026-07-01read-cache: split out function to drop unmerged entries to stage 0Patrick Steinhardt1-5/+7
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-3/+3
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-3/+3
2026-06-12environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'Tian Yuchen1-3/+4
2026-05-27Merge branch 'jt/odb-transaction-write'Junio C Hamano1-0/+1
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-0/+1
2026-04-08Merge branch 'ng/add-files-to-cache-wo-rename'Junio C Hamano1-0/+1
2026-04-01read-cache: disable renames in add_files_to_cacheNick Golden1-0/+1
2026-03-30read-cache: use istate->repo for trace2 loggingJayesh Daga1-24/+8
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano1-3/+77
2026-02-06read-cache: submodule add need --force given ignore=all configurationClaus Schneider(Eficode)1-3/+71
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)1-2/+8
2026-01-23Merge branch 'js/symlink-windows'Junio C Hamano1-0/+11
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe1-1/+1
2026-01-09mingw: special-case index entries for symlinks with buggy sizeJohannes Schindelin1-0/+11
2025-11-24Merge branch 'bc/submodule-force-same-hash'Junio C Hamano1-3/+0
2025-11-15read-cache: drop submodule check from add_to_cache()Jeff King1-3/+0
2025-10-08Merge branch 'ps/rust-balloon'Junio C Hamano1-2/+4
2025-10-02varint: use explicit width for integersPatrick Steinhardt1-2/+4
2025-09-16odb: add transaction interfaceJustin Tobler1-2/+2
2025-09-16object-file: relocate ODB transaction codeJustin Tobler1-1/+0
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler1-2/+3
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-2/+2
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-7/+7
2025-07-07read-cache: report lock error when refreshing indexHan Young1-1/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-3/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-3/+3