aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/checkout-index.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-03-07builtin/checkout-index: stop using `the_repository`Usman Akinyemi1-22/+21
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-3/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-2/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-11/+11
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King1-3/+5
2023-09-05checkout-index: delay automatic setting of to_tempfileJeff King1-2/+7
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-4/+5
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-5/+5
2022-01-13checkout-index: integrate with sparse indexVictoria Dye1-2/+26
2022-01-13checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye1-0/+13
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano1-9/+15
2021-05-05checkout-index: add parallel checkout supportMatheus Tavares1-9/+15
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano1-0/+2
2021-04-14checkout-index: ensure full indexDerrick Stolee1-0/+2
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares1-0/+1
2021-02-16checkout-index: omit entries with no tempname from --temp outputMatheus Tavares1-11/+24
2020-10-27checkout-index: propagate errors to exit codeJeff King1-2/+6
2020-10-27checkout-index: drop error message from empty --stage=allJeff King1-0/+8
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-2/+2
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-0/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-14Merge branch 'nd/checkout-noisy'Junio C Hamano1-2/+4
2018-11-14checkout: print something when checking out pathsNguyễn Thái Ngọc Duy1-2/+4
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+2
2018-08-27Merge branch 'rs/opt-updates'Junio C Hamano1-1/+1
2018-08-21checkout-index: improve argument help for --stageRené Scharfe1-1/+1
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-0/+1
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy1-1/+1
2017-10-06checkout-index: simplify locking logicMartin Ågren1-5/+3
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano1-1/+1
2016-09-22introduce CHECKOUT_INITRené Scharfe1-1/+1
2016-02-01checkout-index: disallow "--no-stage" optionJeff King1-3/+3
2016-02-01checkout-index: handle "--no-index" optionJeff King1-24/+10
2016-02-01checkout-index: handle "--no-prefix" optionJeff King1-12/+6
2016-02-01checkout-index: simplify "-z" option parsingJeff King1-10/+2
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King1-5/+6
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano1-8/+8
2015-05-05prefix_path(): unconditionally free results in the callersStefan Beller1-6/+4
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2015-01-12Merge branch 'es/checkout-index-temp'Junio C Hamano1-8/+8
2014-12-29checkout-index: fix --temp relative path manglingEric Sunshine1-8/+8
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-1/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy1-0/+1
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy1-2/+1
2013-10-30Merge branch 'nd/lift-path-max'Junio C Hamano1-1/+1
2013-10-24checkout_entry(): clarify the use of topath[] parameterJunio C Hamano1-1/+1
2013-08-07checkout-index: fix negations of even numbers of -nStefan Beller1-1/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-3/+3
2012-08-22Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy1-2/+2
2012-08-20i18n: checkout-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-12/+12
2011-08-17checkout-index: remove obsolete commentNguyễn Thái Ngọc Duy1-32/+0
2010-12-12Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano1-0/+3
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder1-1/+2
2010-11-15add OPT__FORCERené Scharfe1-2/+1
2010-11-15add description parameter to OPT__QUIETRené Scharfe1-1/+1
2010-10-22checkout-index -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy1-0/+3
2010-10-08Fix {update,checkout}-index usage stringsŠtěpán Němec1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+315