summaryrefslogtreecommitdiffstats
path: root/builtin/update-index.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-3/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-2/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* | environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt2024-09-121-1/+1
* | environment: make `get_index_file()` accept a repositoryPatrick Steinhardt2024-09-121-1/+1
|/
* config: pass repo to `git_config_get_split_index()`Patrick Steinhardt2024-08-131-2/+2
* refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt2024-05-171-2/+3
* Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano2024-05-161-1/+1
|\
| * cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+1
* | builtin: stop using `the_index`Patrick Steinhardt2024-04-181-61/+61
|/
* Merge branch 'jc/unresolve-removal'Junio C Hamano2023-10-021-86/+12
|\
| * checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano2023-08-011-1/+1
| * update-index: remove stale fallback code for "--unresolve"Junio C Hamano2023-08-011-102/+12
| * update-index: use unmerge_index_entry() to support removalJunio C Hamano2023-08-011-16/+22
| * update-index: do not read HEAD and MERGE_HEAD unconditionallyJunio C Hamano2023-08-011-18/+28
* | Merge branch 'jc/update-index-show-index-version'Junio C Hamano2023-09-201-6/+13
|\ \
| * | update-index: add --show-index-versionJunio C Hamano2023-09-131-6/+13
| |/
* | parse-options: mark unused "opt" parameter in callbacksJeff King2023-09-051-2/+2
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
|/
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+2
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason2023-02-101-2/+2
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-9/+10
* cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-23/+23
* cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-11/+11
* cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+2
* update-index: drop unused argc from do_reupdate()Jeff King2022-10-181-3/+3
* Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-111-0/+16
|\
| * fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler2022-05-271-0/+16
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-0/+20
|\ \ | |/ |/|
| * update-index: use the bulk-checkin infrastructureNeeraj Singh2022-04-061-0/+20
* | fsmonitor: config settings are repository-specificJeff Hostetler2022-03-261-2/+5
|/
* Merge branch 'vd/sparse-clean-etc'Junio C Hamano2022-02-181-3/+14
|\
| * update-index: reduce scope of index expansion in do_reupdateVictoria Dye2022-01-131-3/+11
| * update-index: integrate with sparse indexVictoria Dye2022-01-131-0/+3
* | update-index: refresh should rewrite index in case of racy timestampsMarc Strapetz2022-01-071-0/+11
|/
* use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
* update-index: ensure full indexDerrick Stolee2021-04-141-0/+2
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-8/+8
* Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano2019-11-101-1/+5
|\
| * update-index: optionally leave skip-worktree entries aloneJohannes Schindelin2019-11-021-1/+5