aboutsummaryrefslogtreecommitdiff
path: root/builtin/update-index.c
Commit message (Expand)AuthorAge
* builtin/update-index.c: prefer "err" to "errno" in process_lstat_errorNguyễn Thái Ngọc Duy2016-05-09
* Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-10
|\
| * give "nbuf" strbuf a more meaningful nameJeff King2016-02-01
* | Merge branch 'cc/untracked'Junio C Hamano2016-02-10
|\ \ | |/ |/|
| * config: add core.untrackedCacheChristian Couder2016-01-27
| * dir: add remove_untracked_cache()Christian Couder2016-01-25
| * dir: add {new,add}_untracked_cache()Christian Couder2016-01-25
| * update-index: move 'uc' var declarationChristian Couder2016-01-25
| * update-index: add untracked cache notificationsChristian Couder2016-01-25
| * update-index: add --test-untracked-cacheChristian Couder2016-01-25
| * update-index: use enum for untracked cache optionsChristian Couder2016-01-25
| * dir: free untracked cache when removing itChristian Couder2015-12-29
* | update-index: there are only two possible line terminationsJunio C Hamano2016-01-15
|/
* Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\
| * untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-12
| * update-index: test the system before enabling untracked cacheNguyễn Thái Ngọc Duy2015-03-12
| * update-index: manually enable or disable untracked cacheNguyễn Thái Ngọc Duy2015-03-12
* | prefix_path(): unconditionally free results in the callersStefan Beller2015-05-05
* | update-index: fix a memleakStefan Beller2015-03-22
|/
* standardize usage info string formatAlex Henrie2015-01-14
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-01
* Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\
| * update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-13
| * read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-13
| * cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-13
| * update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-13
| * read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-13
| * read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
* | update-index: fix segfault with missing --cacheinfo argumentJeff King2014-06-04
|/
* update-index: teach --cacheinfo a new syntax "mode,sha1,path"Junio C Hamano2014-03-24
* Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-27
|\
| * pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* | read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees2013-11-18
* | builtin/update-index.c: cleanup update_oneKarsten Blees2013-11-18
* | fix 'git update-index --verbose --again' outputKarsten Blees2013-11-18
|/
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\
| * convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
* | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
|/
* update-index: allow "-h" to also display optionsAntoine Pelisse2013-02-23
* Merge branch 'kb/preload-index-more'Junio C Hamano2012-11-20
|\
| * update-index/diff-index: use core.preloadindex to improve performanceKarsten Blees2012-11-02
* | i18n: update-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-22
|/
* Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-11
* Merge branch 'hv/submodule-update-nuke-submodules'Junio C Hamano2012-06-28
|\
| * update-index: allow overwriting existing submodule index entriesHeiko Voigt2012-06-11
* | update-index: upgrade/downgrade on-disk index versionJunio C Hamano2012-04-04
|/
* plug a few coverity-spotted leaksJim Meyering2011-06-20
* index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-09