summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-171-3/+3
* Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-101-0/+16
|\
| * fsmonitor-settings: bare repos are incompatible with FSMonitorJeff Hostetler2022-05-261-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-251-2/+5
|/
* Merge branch 'vd/sparse-clean-etc'Junio C Hamano2022-02-171-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
* | repo-settings: parse core.untrackedCacheDerrick Stolee2019-08-131-2/+4
|/
* tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-1/+1
* fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin2019-05-281-1/+1
* Merge branch 'en/merge-directory-renames'Junio C Hamano2019-05-091-1/+1
|\
| * Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
* | Merge branch 'jk/unused-params-even-more'Junio C Hamano2019-04-251-3/+2
|\ \
| * | update-index: drop unused prefix_length parameter from do_reupdate()Jeff King2019-03-201-3/+2
| |/
* | Merge branch 'bp/post-index-change-hook'Junio C Hamano2019-04-251-0/+2
|\ \ | |/ |/|
| * read-cache: add post-index-change hookBen Peart2019-02-151-0/+2
* | Merge branch 'nd/diff-parseopt'Junio C Hamano2019-03-071-15/+26
|\ \ | |/ |/|
| * parse-options: allow ll_callback with OPTION_CALLBACKNguyễn Thái Ngọc Duy2019-01-271-5/+15
| * parse-options: avoid magic return codesNguyễn Thái Ngọc Duy2019-01-271-10/+10
| * parse-options: stop abusing 'callback' for lowlevel callbacksNguyễn Thái Ngọc Duy2019-01-271-5/+6
* | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
|/
* Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano2018-12-151-0/+2
|\
| * parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy2018-12-121-0/+2
* | Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-2/+19
|\ \
| * | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-2/+19
* | | refresh_index: remove unnecessary calls to preload_index()Ben Peart2018-11-061-1/+1
|/ /
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \
| * | sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
|/ /