Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-06parse-options: prefer opt->value to globals in callbacksJeff King
2023-09-06checkout-index: delay automatic setting of to_tempfileJeff King
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-01-14checkout-index: integrate with sparse indexVictoria Dye
2022-01-14checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano
2021-05-05checkout-index: add parallel checkout supportMatheus Tavares
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14checkout-index: ensure full indexDerrick Stolee
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares
2021-02-16checkout-index: omit entries with no tempname from --temp outputMatheus Tavares
2020-10-27checkout-index: propagate errors to exit codeJeff King
2020-10-27checkout-index: drop error message from empty --stage=allJeff King
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-15Merge branch 'nd/checkout-noisy'Junio C Hamano
2018-11-14checkout: print something when checking out pathsNguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-08-28Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-21checkout-index: improve argument help for --stageRené Scharfe
2018-08-14entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2017-10-06checkout-index: simplify locking logicMartin Ågren
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-09-22introduce CHECKOUT_INITRené Scharfe
2016-02-02checkout-index: disallow "--no-stage" optionJeff King
2016-02-02checkout-index: handle "--no-index" optionJeff King
2016-02-02checkout-index: handle "--no-prefix" optionJeff King
2016-02-02checkout-index: simplify "-z" option parsingJeff King
2016-02-02give "nbuf" strbuf a more meaningful nameJeff King
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano
2015-05-05prefix_path(): unconditionally free results in the callersStefan Beller
2015-01-14standardize usage info string formatAlex Henrie
2015-01-12Merge branch 'es/checkout-index-temp'Junio C Hamano
2014-12-29checkout-index: fix --temp relative path manglingEric Sunshine
2014-10-02lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2013-10-30Merge branch 'nd/lift-path-max'Junio C Hamano
2013-10-25checkout_entry(): clarify the use of topath[] parameterJunio C Hamano
2013-08-07checkout-index: fix negations of even numbers of -nStefan Beller