aboutsummaryrefslogtreecommitdiff
path: root/builtin/update-index.c
Commit message (Expand)AuthorAge
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-21
|\
| * update-index: add fsmonitor support to update-indexBen Peart2017-10-01
| * fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01
| * update-index: add a new --force-write-index optionBen Peart2017-09-24
* | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-16
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16
* | Merge branch 'jk/leak-checkers'Junio C Hamano2017-09-19
|\ \
| * | update-index: fix cache entry leak in add_one_file()Jeff King2017-09-06
| |/
* | stop leaking lock structs in some simple casesJeff King2017-09-06
|/
* sha1_file: convert index_path to struct object_idPatryk Obara2017-08-20
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-13
|\ \ | |/ |/|
| * treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano2017-05-30
* | Merge branch 'cc/untracked'Junio C Hamano2017-04-11
|\ \
| * | update-index: fix xgetcwd() related memory leakChristian Couder2017-03-30
* | | update-index: warn in case of split-index incoherencyChristian Couder2017-03-01
* | | split-index: add {add,remove}_split_index() functionsChristian Couder2017-03-01
| |/ |/|
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
* | Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-09-26
|\ \
| * | read-cache: introduce chmod_index_entryThomas Gummerer2016-09-15
| * | update-index: add test for chmod flagsThomas Gummerer2016-09-14
* | | Merge branch 'va/i18n'Junio C Hamano2016-09-21
|\ \ \
| * | | i18n: update-index: mark warnings for translationVasco Almeida2016-09-15
* | | | builtin/update-index: convert file to struct object_idbrian m. carlson2016-09-07
* | | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
|/ / /
* | | die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26
* | | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
|/ /
* | 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