summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20odb/transaction: add transaction finalize interfaceJustin Tobler1-2/+2
2026-07-30Merge branch 'ty/migrate-trust-executable-bit'Junio C Hamano1-1/+1
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-1/+1
2026-07-20read-cache: pass 'repo' to 'ce_mode_from_stat()'Tian Yuchen1-1/+1
2026-07-19Merge branch 'bc/parse-options-exit-0-on-help'Junio C Hamano1-0/+2
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-1/+1
2026-07-10odb/transaction: propagate begin errorsJustin Tobler1-1/+1
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-0/+1
2026-07-07parse-options: add a separate case for help output on errorbrian m. carlson1-0/+1
2026-07-07setup: move prefix into repositoryPatrick Steinhardt1-2/+2
2026-05-27Merge branch 'ps/setup-wo-the-repository'Junio C Hamano1-8/+8
2026-05-19setup: stop using `the_repository` in `setup_work_tree()`Patrick Steinhardt1-5/+5
2026-05-19setup: stop using `the_repository` in `prefix_path()`Patrick Steinhardt1-3/+3
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-0/+1
2025-09-16odb: add transaction interfaceJustin Tobler1-3/+4
2025-09-16object-file: relocate ODB transaction codeJustin Tobler1-1/+0
2025-09-16builtin/update-index: end ODB transaction when --verbose is specifiedJustin Tobler1-8/+15
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler1-3/+4
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe1-0/+6
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-41/+90
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-41/+90
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt1-1/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-3/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-2/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-1/+1
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt1-1/+1
2024-08-13config: pass repo to `git_config_get_split_index()`Patrick Steinhardt1-2/+2
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt1-2/+3
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+1
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-61/+61
2023-10-02Merge branch 'jc/unresolve-removal'Junio C Hamano1-85/+11
2023-09-20Merge branch 'jc/update-index-show-index-version'Junio C Hamano1-6/+13
2023-09-12update-index: add --show-index-versionJunio C Hamano1-6/+13
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King1-2/+2
2023-07-31checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano1-1/+1
2023-07-31update-index: remove stale fallback code for "--unresolve"Junio C Hamano1-101/+11
2023-07-31update-index: use unmerge_index_entry() to support removalJunio C Hamano1-16/+22
2023-07-31update-index: do not read HEAD and MERGE_HEAD unconditionallyJunio C Hamano1-18/+28
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+2
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1