summaryrefslogtreecommitdiff
path: root/builtin/checkout-index.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-4/+5
* cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-5/+5
* checkout-index: integrate with sparse indexVictoria Dye2022-01-131-2/+26
* checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye2022-01-131-0/+13
* Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-161-9/+15
|\
| * checkout-index: add parallel checkout supportMatheus Tavares2021-05-051-9/+15
* | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-0/+2
|\ \ | |/ |/|
| * checkout-index: ensure full indexDerrick Stolee2021-04-141-0/+2
* | entry: extract a header file for entry.c functionsMatheus Tavares2021-03-231-0/+1
|/
* checkout-index: omit entries with no tempname from --temp outputMatheus Tavares2021-02-161-11/+24
* checkout-index: propagate errors to exit codeJeff King2020-10-271-2/+6
* checkout-index: drop error message from empty --stage=allJeff King2020-10-271-0/+8
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-0/+1
|\
| * cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-141-2/+4
|\ \ | |/ |/|
| * checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-141-2/+4
* | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+2
|/
* Merge branch 'rs/opt-updates'Junio C Hamano2018-08-271-1/+1
|\
| * checkout-index: improve argument help for --stageRené Scharfe2018-08-211-1/+1
* | entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-0/+1
|/
* parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
* checkout-index: simplify locking logicMartin Ågren2017-10-061-5/+3
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
* introduce CHECKOUT_INITrs/checkout-init-macroRené Scharfe2016-09-221-1/+1
* checkout-index: disallow "--no-stage" optionJeff King2016-02-011-3/+3
* checkout-index: handle "--no-index" optionJeff King2016-02-011-24/+10
* checkout-index: handle "--no-prefix" optionJeff King2016-02-011-12/+6
* checkout-index: simplify "-z" option parsingJeff King2016-02-011-10/+2
* give "nbuf" strbuf a more meaningful nameJeff King2016-02-011-5/+6
* checkout-index: there are only two possible line terminationsJunio C Hamano2016-01-151-8/+8
* prefix_path(): unconditionally free results in the callerssb/prefix-path-free-resultsStefan Beller2015-05-051-6/+4
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* Merge branch 'es/checkout-index-temp'Junio C Hamano2015-01-121-8/+8
|\
| * checkout-index: fix --temp relative path manglinges/checkout-index-tempEric Sunshine2014-12-291-8/+8
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-1/+1
* | entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-131-0/+1
* | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-2/+1
|/
* Merge branch 'nd/lift-path-max'Junio C Hamano2013-10-301-1/+1
|\
| * checkout_entry(): clarify the use of topath[] parameternd/lift-path-maxJunio C Hamano2013-10-241-1/+1
* | checkout-index: fix negations of even numbers of -nStefan Beller2013-08-071-1/+1
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-3/+3
|/
* Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-2/+2
* i18n: checkout-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-12/+12
* checkout-index: remove obsolete commentNguyễn Thái Ngọc Duy2011-08-171-32/+0
* Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-121-0/+3
|\