summaryrefslogtreecommitdiffstats
path: root/builtin/update-index.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\
| * Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | Sync with Git 2.17.1Junio C Hamano2018-05-291-11/+21
|\ \ | |/ |/|
| * Sync with Git 2.16.4Junio C Hamano2018-05-221-11/+21
| |\
| | * Sync with Git 2.15.2Junio C Hamano2018-05-221-11/+20
| |/|
| | * Sync with Git 2.14.4Junio C Hamano2018-05-221-11/+20
| | |\
| | | * Sync with Git 2.13.7Junio C Hamano2018-05-221-11/+20
| | | |\
| | | | * verify_path: disallow symlinks in .gitmodulesJeff King2018-05-221-3/+3
| | | | * update-index: stat updated files earlierJeff King2018-05-221-8/+17
* | | | | Merge branch 'ps/contains-id-error-message'Junio C Hamano2018-04-101-0/+1
|\ \ \ \ \
| * | | | | parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu2018-03-221-0/+1
| |/ / / /
* / / / / tree-walk: convert tree entry functions to object_idbrian m. carlson2018-03-141-1/+1
|/ / / /
* | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-1/+37
|\ \ \ \
| * | | | update-index: add fsmonitor support to update-indexBen Peart2017-10-011-1/+32
| * | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-0/+2
| * | | | update-index: add a new --force-write-index optionBen Peart2017-09-241-1/+4
* | | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-161-2/+2
* | | | | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-3/+3
| |/ / / |/| | |
* | | | Merge branch 'jk/leak-checkers'Junio C Hamano2017-09-191-1/+3
|\ \ \ \
| * | | | update-index: fix cache entry leak in add_one_file()Jeff King2017-09-061-1/+3
| |/ / /
* / / / stop leaking lock structs in some simple casesJeff King2017-09-061-7/+4
|/ / /
* / / sha1_file: convert index_path to struct object_idPatryk Obara2017-08-211-1/+1
|/ /
* | 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 checkedJunio C Hamano2017-05-301-1/+1
* | Merge branch 'cc/untracked'Junio C Hamano2017-04-111-1/+5
|\ \
| * | update-index: fix xgetcwd() related memory leakChristian 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-271-15/+3
|\ \
| * | read-cache: introduce chmod_index_entryThomas Gummerer2016-09-151-14/+2
| * | update-index: add test for chmod flagsThomas Gummerer2016-09-151-1/+1
* | | Merge branch 'va/i18n'Junio C Hamano2016-09-221-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()Junio 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