summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)Author
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
2016-01-25dir: add {new,add}_untracked_cache()Christian Couder
2016-01-25update-index: move 'uc' var declarationChristian Couder
2016-01-25update-index: add untracked cache notificationsChristian Couder
2016-01-25update-index: add --test-untracked-cacheChristian Couder
2016-01-25update-index: use enum for untracked cache optionsChristian Couder
2016-01-15update-index: there are only two possible line terminationsJunio C Hamano
2015-12-29dir: free untracked cache when removing itChristian Couder
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-05-05prefix_path(): unconditionally free results in the callersStefan Beller
2015-03-22update-index: fix a memleakStefan Beller
2015-03-12untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy
2015-03-12update-index: test the system before enabling untracked cacheNguyễn Thái Ngọc Duy
2015-03-12update-index: manually enable or disable untracked cacheNguyễn Thái Ngọc Duy
2015-01-14standardize usage info string formatAlex Henrie
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-10-01unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-06-13update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy
2014-06-13update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-04update-index: fix segfault with missing --cacheinfo argumentJeff King
2014-03-24update-index: teach --cacheinfo a new syntax "mode,sha1,path"Junio C Hamano
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-11-18read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees
2013-11-18builtin/update-index.c: cleanup update_oneKarsten Blees
2013-11-18fix 'git update-index --verbose --again' outputKarsten Blees