summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-131-1/+1
|\ \ | |/ |/|
| * treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdirJunio C Hamano2017-05-301-1/+1
* | Merge branch 'cc/untracked'Junio C Hamano2017-04-111-1/+5
|\ \
| * | update-index: fix xgetcwd() related memory leakcc/untrackedChristian Couder2017-03-301-1/+5
* | | update-index: warn in case of split-index incoherencyChristian Couder2017-03-011-1/+10
* | | split-index: add {add,remove}_split_index() functionsChristian Couder2017-03-011-12/+6
| |/ |/|
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-0/+1
* | Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-09-261-15/+3
|\ \
| * | read-cache: introduce chmod_index_entryThomas Gummerer2016-09-151-14/+2
| * | update-index: add test for chmod flagsThomas Gummerer2016-09-141-1/+1
* | | Merge branch 'va/i18n'Junio C Hamano2016-09-211-6/+6
|\ \ \
| * | | i18n: update-index: mark warnings for translationVasco Almeida2016-09-151-6/+6
* | | | builtin/update-index: convert file to struct object_idbrian m. carlson2016-09-071-30/+31
* | | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-5/+5
|/ / /
* | | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-1/+1
* | | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspecJunio C Hamano2016-06-021-1/+1
|/ /
* | builtin/update-index.c: prefer "err" to "errno" in process_lstat_errorNguyễn Thái Ngọc Duy2016-05-091-1/+1
* | Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-101-5/+6
|\ \
| * | give "nbuf" strbuf a more meaningful nameJeff King2016-02-011-5/+6
* | | Merge branch 'cc/untracked'Junio C Hamano2016-02-101-23/+39
|\ \ \ | |/ / |/| / | |/
| * config: add core.untrackedCacheChristian Couder2016-01-271-11/+24
| * dir: add remove_untracked_cache()Christian Couder2016-01-251-5/+1
| * dir: add {new,add}_untracked_cache()Christian Couder2016-01-251-10/+1
| * update-index: move 'uc' var declarationChristian Couder2016-01-251-3/+1
| * update-index: add untracked cache notificationsChristian Couder2016-01-251-5/+9
| * update-index: add --test-untracked-cacheChristian Couder2016-01-251-0/+5
| * update-index: use enum for untracked cache optionsChristian Couder2016-01-251-5/+13
| * dir: free untracked cache when removing itChristian Couder2015-12-291-0/+1
* | update-index: there are only two possible line terminationsJunio C Hamano2016-01-151-11/+16
|/
* Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-0/+188
|\
| * untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-121-6/+10
| * update-index: test the system before enabling untracked cacheNguyễn Thái Ngọc Duy2015-03-121-0/+168
| * update-index: manually enable or disable untracked cacheNguyễn Thái Ngọc Duy2015-03-121-0/+16
* | prefix_path(): unconditionally free results in the callerssb/prefix-path-free-resultsStefan Beller2015-05-051-7/+6
* | update-index: fix a memleakStefan Beller2015-03-221-0/+1
|/
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
* unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-011-1/+1
* Merge branch 'nd/split-index'Junio C Hamano2014-07-161-7/+26
|\
| * update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-131-0/+18
| * read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-131-0/+2
| * cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-131-2/+2
| * update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-3/+3
| * read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-3/+3
| * read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-2/+1
* | update-index: fix segfault with missing --cacheinfo argumentjc/rev-parse-argh-dashed-multi-wordsJeff King2014-06-041-0/+3
|/
* update-index: teach --cacheinfo a new syntax "mode,sha1,path"Junio C Hamano2014-03-241-3/+31
* Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-271-1/+2
|\