summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)Author
2021-04-14update-index: ensure full indexDerrick Stolee
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano
2019-11-02update-index: optionally leave skip-worktree entries aloneJohannes Schindelin
2019-08-13repo-settings: parse core.untrackedCacheDerrick Stolee
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin
2019-05-08Merge branch 'en/merge-directory-renames'Junio C Hamano
2019-04-25Merge branch 'jk/unused-params-even-more'Junio C Hamano
2019-04-25Merge branch 'bp/post-index-change-hook'Junio C Hamano
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-03-20update-index: drop unused prefix_length parameter from do_reupdate()Jeff King
2019-03-07Merge branch 'nd/diff-parseopt'Junio C Hamano
2019-02-15read-cache: add post-index-change hookBen Peart
2019-01-28parse-options: allow ll_callback with OPTION_CALLBACKNguyễn Thái Ngọc Duy
2019-01-28parse-options: avoid magic return codesNguyễn Thái Ngọc Duy
2019-01-28parse-options: stop abusing 'callback' for lowlevel callbacksNguyễn Thái Ngọc Duy
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-12-15Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano
2018-12-12parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03add, update-index: fix --chmod argument helpRené Scharfe
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-07-16builtin/update-index: simplify parsing of cacheinfobrian m. carlson
2018-07-16builtin/update-index: convert to using the_hash_algobrian m. carlson
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King
2018-05-22update-index: stat updated files earlierJeff King
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-10Merge branch 'ps/contains-id-error-message'Junio C Hamano
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson