aboutsummaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)Author
2025-09-16odb: add transaction interfaceJustin Tobler
2025-09-16object-file: relocate ODB transaction codeJustin Tobler
2025-09-16builtin/update-index: end ODB transaction when --verbose is specifiedJustin Tobler
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt
2024-08-13config: pass repo to `git_config_get_split_index()`Patrick Steinhardt
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2023-10-02Merge branch 'jc/unresolve-removal'Junio C Hamano
2023-09-20Merge branch 'jc/update-index-show-index-version'Junio C Hamano
2023-09-12update-index: add --show-index-versionJunio C Hamano
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King
2023-07-31checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano
2023-07-31update-index: remove stale fallback code for "--unresolve"Junio C Hamano
2023-07-31update-index: use unmerge_index_entry() to support removalJunio C Hamano
2023-07-31update-index: do not read HEAD and MERGE_HEAD unconditionallyJunio C Hamano
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-10-17update-index: drop unused argc from do_reupdate()Jeff King
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano
2022-05-26fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler
2022-04-06update-index: use the bulk-checkin infrastructureNeeraj Singh