summaryrefslogtreecommitdiff
path: root/builtin/sparse-checkout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
| |\
* | \ Merge branch 'ws/sparse-check-rules'Junio C Hamano2023-04-111-20/+117
|\ \ \
| * | | builtin/sparse-checkout: add check-rules commandWilliam Sprent2023-03-271-20/+111
| * | | builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent2023-03-271-0/+6
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ /
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-1/+1
|\ \ \ | |/ / |/| / | |/
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren2023-02-271-1/+0
* | sparse-checkout: avoid using internal API of unpack-treesElijah Newren2023-02-271-2/+1
|/
* treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-1/+1
* cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-0/+1
* doc txt & -h consistency: use "<options>", not "<options>..."Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* pass subcommand "prefix" arguments to parse_options()Jeff King2022-08-251-4/+4
* builtin/sparse-checkout.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-28/+16
* parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-2/+2
* Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano2022-06-031-1/+7
|\
| * sparse-checkout: integrate with sparse indexDerrick Stolee2022-05-231-0/+3
| * sparse-checkout: --no-sparse-index needs a full indexDerrick Stolee2022-05-231-0/+3
| * sparse-index: introduce partially-sparse indexesDerrick Stolee2022-05-231-1/+1
* | Merge branch 'en/sparse-cone-becomes-default'Junio C Hamano2022-06-031-1/+1
|\ \ | |/ |/|
| * sparse-checkout: make --cone the defaultElijah Newren2022-04-211-1/+1
* | Merge branch 'ep/remove-duplicated-includes'Junio C Hamano2022-03-231-1/+0
|\ \
| * | builtin/sparse-checkout.c: delete duplicate includeElia Pinto2022-03-131-1/+0
| |/
* | Merge branch 'ab/plug-random-leaks'Junio C Hamano2022-03-131-2/+1
|\ \ | |/ |/|
| * lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason2022-03-041-2/+1
* | Merge branch 'en/sparse-checkout-fixes'Junio C Hamano2022-03-061-5/+73
|\ \ | |/ |/|
| * sparse-checkout: reject arguments in cone-mode that look like patternsElijah Newren2022-02-201-0/+11
| * sparse-checkout: error or warn when given individual filesElijah Newren2022-02-201-6/+36
| * sparse-checkout: pay attention to prefix for {set, add}Elijah Newren2022-02-201-0/+26
| * sparse-checkout: correctly set non-cone mode when expectedElijah Newren2022-02-201-0/+1
| * sparse-checkout: correct reapply's handling of optionsElijah Newren2022-02-201-3/+3
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-4/+4
|\ \
| * | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-4/+4
* | | Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano2022-02-251-15/+13
|\ \ \ | |_|/ |/| |
| * | sparse-checkout: set worktree-config correctlyDerrick Stolee2022-02-081-15/+13
| |/
* | Merge branch 'en/sparse-checkout-leakfix'Junio C Hamano2022-02-111-0/+2
|\ \
| * | sparse-checkout: fix a couple minor memory leaksElijah Newren2022-01-281-0/+2
* | | Merge branch 'jt/sparse-checkout-leading-dir-fix'Junio C Hamano2022-02-091-0/+3
|\ \ \ | |_|/ |/| |
| * | sparse-checkout: create leading directoryJonathan Tan2022-01-211-0/+3
| |/
* | Merge branch 'ds/sparse-checkout-malformed-pattern-fix'Junio C Hamano2022-01-101-1/+4
|\ \
| * | sparse-checkout: refuse to add to bad patternsDerrick Stolee2021-12-301-0/+3
| * | sparse-checkout: fix OOM error with mixed patternsDerrick Stolee2021-12-301-1/+1
| |/
* | sparse-checkout: remove stray trailing spaceElijah Newren2021-12-231-1/+1