summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-07cache: convert struct cache_entry to use struct object_idLibravatar brian m. carlson1-5/+5
2016-07-26die("bug"): report bugs consistentlyLibravatar Johannes Schindelin1-1/+1
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Libravatar Junio C Hamano1-1/+1
2016-05-09builtin/update-index.c: prefer "err" to "errno" in process_lstat_errorLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-02-10Merge branch 'jk/options-cleanup'Libravatar Junio C Hamano1-5/+6
2016-02-10Merge branch 'cc/untracked'Libravatar Junio C Hamano1-23/+39
2016-02-01give "nbuf" strbuf a more meaningful nameLibravatar Jeff King1-5/+6
2016-01-27config: add core.untrackedCacheLibravatar Christian Couder1-11/+24
2016-01-25dir: add remove_untracked_cache()Libravatar Christian Couder1-5/+1
2016-01-25dir: add {new,add}_untracked_cache()Libravatar Christian Couder1-10/+1
2016-01-25update-index: move 'uc' var declarationLibravatar Christian Couder1-3/+1
2016-01-25update-index: add untracked cache notificationsLibravatar Christian Couder1-5/+9
2016-01-25update-index: add --test-untracked-cacheLibravatar Christian Couder1-0/+5
2016-01-25update-index: use enum for untracked cache optionsLibravatar Christian Couder1-5/+13
2016-01-15update-index: there are only two possible line terminationsLibravatar Junio C Hamano1-11/+16
2015-12-29dir: free untracked cache when removing itLibravatar Christian Couder1-0/+1
2015-05-26Merge branch 'nd/untracked-cache'Libravatar Junio C Hamano1-0/+188
2015-05-05prefix_path(): unconditionally free results in the callersLibravatar Stefan Beller1-7/+6
2015-03-22update-index: fix a memleakLibravatar Stefan Beller1-0/+1
2015-03-12untracked cache: guard and disable on system changesLibravatar Nguyễn Thái Ngọc Duy1-6/+10
2015-03-12update-index: test the system before enabling untracked cacheLibravatar Nguyễn Thái Ngọc Duy1-0/+168
2015-03-12update-index: manually enable or disable untracked cacheLibravatar Nguyễn Thái Ngọc Duy1-0/+16
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cLibravatar Michael Haggerty1-0/+1
2014-10-01unable_to_lock_die(): rename function from unable_to_lock_index_die()Libravatar Michael Haggerty1-1/+1
2014-07-16Merge branch 'nd/split-index'Libravatar Junio C Hamano1-7/+26
2014-06-13update-index: new options to enable/disable split index modeLibravatar Nguyễn Thái Ngọc Duy1-0/+18
2014-06-13read-cache: mark updated entries for split indexLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2014-06-13update-index: be specific what part of the index has changedLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2014-06-13read-cache: be specific what part of the index has changedLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheLibravatar Nguyễn Thái Ngọc Duy1-2/+1
2014-06-04update-index: fix segfault with missing --cacheinfo argumentLibravatar Jeff King1-0/+3
2014-03-24update-index: teach --cacheinfo a new syntax "mode,sha1,path"Libravatar Junio C Hamano1-3/+31
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Libravatar Junio C Hamano1-1/+2
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-11-18read-cache.c: fix memory leaks caused by removed cache entriesLibravatar Karsten Blees1-1/+4
2013-11-18builtin/update-index.c: cleanup update_oneLibravatar Karsten Blees1-21/+15
2013-11-18fix 'git update-index --verbose --again' outputLibravatar Karsten Blees1-1/+1
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-2/+4
2013-07-15convert some get_pathspec() calls to parse_pathspec()Libravatar Nguyễn Thái Ngọc Duy1-2/+3
2013-07-15move struct pathspec and related functions to pathspec.[ch]Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2013-02-23update-index: allow "-h" to also display optionsLibravatar Antoine Pelisse1-1/+1
2012-11-20Merge branch 'kb/preload-index-more'Libravatar Junio C Hamano1-0/+1
2012-11-02update-index/diff-index: use core.preloadindex to improve performanceLibravatar Karsten Blees1-0/+1
2012-08-22i18n: update-index: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-28/+28
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldLibravatar Thomas Gummerer1-3/+6
2012-06-28Merge branch 'hv/submodule-update-nuke-submodules'Libravatar Junio C Hamano1-6/+0
2012-06-11update-index: allow overwriting existing submodule index entriesLibravatar Heiko Voigt1-6/+0