summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)Author
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
2017-10-01update-index: add fsmonitor support to update-indexBen Peart
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-24update-index: add a new --force-write-index optionBen Peart
2017-09-19Merge branch 'jk/leak-checkers'Junio C Hamano
2017-09-06update-index: fix cache entry leak in add_one_file()Jeff King
2017-09-06stop leaking lock structs in some simple casesJeff King
2017-08-21sha1_file: convert index_path to struct object_idPatryk Obara
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano
2017-04-11Merge branch 'cc/untracked'Junio C Hamano
2017-03-30update-index: fix xgetcwd() related memory leakChristian Couder
2017-03-01update-index: warn in case of split-index incoherencyChristian Couder
2017-03-01split-index: add {add,remove}_split_index() functionsChristian Couder
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano