aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/update-index.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-86/+12
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-102/+12
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
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason1-2/+2
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-9/+10
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-23/+23
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-11/+11
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-2/+2
2022-10-17update-index: drop unused argc from do_reupdate()Jeff King1-3/+3
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano1-0/+16
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+20
2022-05-26fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler1-0/+16
2022-04-06update-index: use the bulk-checkin infrastructureNeeraj Singh1-0/+20