summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-2/+2
|\
| * parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe2018-08-031-1/+1
| * add, update-index: fix --chmod argument helpRené Scharfe2018-08-031-1/+1
* | Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-15/+11
|\ \
| * | block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-15/+11
* | | builtin/update-index: simplify parsing of cacheinfobrian m. carlson2018-07-161-2/+3
* | | builtin/update-index: convert to using the_hash_algobrian m. carlson2018-07-161-4/+5
|/ /
* | 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-211-3/+3
| | | | * update-index: stat updated files earlierJeff King2018-05-211-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 valueps/contains-id-error-messagePaul-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 casesjk/incore-lockfile-removalJeff King2017-09-061-7/+4
|/ / /
* | | sha1_file: convert index_path to struct object_idPatryk Obara2017-08-201-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 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