summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)Author
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
2016-09-21Merge branch 'va/i18n'Junio C Hamano
2016-09-15i18n: update-index: mark warnings for translationVasco Almeida
2016-09-15read-cache: introduce chmod_index_entryThomas Gummerer
2016-09-14update-index: add test for chmod flagsThomas Gummerer
2016-09-07builtin/update-index: convert file to struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano
2016-05-09builtin/update-index.c: prefer "err" to "errno" in process_lstat_errorNguyễn Thái Ngọc Duy
2016-02-10Merge branch 'jk/options-cleanup'Junio C Hamano
2016-02-10Merge branch 'cc/untracked'Junio C Hamano
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King
2016-01-27config: add core.untrackedCacheChristian Couder
2016-01-25dir: add remove_untracked_cache()Christian Couder