summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\ \
| * | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | | Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-2/+2
|\ \ \ | |/ / |/| |
| * | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe2018-08-031-1/+1
| * | add, update-index: fix --chmod argument helpRené Scharfe2018-08-031-1/+1
* | | Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-15/+11
|\ \ \
| * | | block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-15/+11
| | |/ | |/|
* | | builtin/update-index: simplify parsing of cacheinfobrian m. carlson2018-07-161-2/+3
* | | builtin/update-index: convert to using the_hash_algobrian m. carlson2018-07-161-4/+5
|/ /
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | | Sync with Git 2.17.1Junio C Hamano2018-05-291-11/+21
|\ \ \ | |/ / |/| |
| * | Sync with Git 2.16.4Junio C Hamano2018-05-221-11/+21
| |\ \ | | |/
| | * Sync with Git 2.15.2Junio C Hamano2018-05-221-11/+20
| | |\ | |/ /
| | * Sync with Git 2.14.4Junio C Hamano2018-05-221-11/+20
| | |\
| | | * Sync with Git 2.13.7Junio C Hamano2018-05-221-11/+20
| | | |\
| | | | * verify_path: disallow symlinks in .gitmodulesJeff King2018-05-211-3/+3
| | | | * update-index: stat updated files earlierJeff King2018-05-211-8/+17
* | | | | Merge branch 'ps/contains-id-error-message'Junio C Hamano2018-04-101-0/+1
|\ \ \ \ \
| * | | | | parse-options: do not show usage upon invalid option valueps/contains-id-error-messagePaul-Sebastian Ungureanu2018-03-221-0/+1
| |/ / / /
* | | | | tree-walk: convert tree entry functions to object_idbrian m. carlson2018-03-141-1/+1
|/ / / /
* | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-1/+37
|\ \ \ \
| * | | | update-index: add fsmonitor support to update-indexBen Peart2017-10-011-1/+32