summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)Author
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
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-07-15convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-02-24update-index: allow "-h" to also display optionsAntoine Pelisse
2012-11-20Merge branch 'kb/preload-index-more'Junio C Hamano
2012-11-02update-index/diff-index: use core.preloadindex to improve performanceKarsten Blees
2012-08-22i18n: update-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2012-06-28Merge branch 'hv/submodule-update-nuke-submodules'Junio C Hamano
2012-06-11update-index: allow overwriting existing submodule index entriesHeiko Voigt
2012-04-04update-index: upgrade/downgrade on-disk index versionJunio C Hamano
2011-06-20plug a few coverity-spotted leaksJim Meyering
2011-05-09index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy