summaryrefslogtreecommitdiff
path: root/builtin/sparse-checkout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}Elijah Newren2021-12-151-1/+17
* | sparse-checkout: enable `set` to initialize sparse-checkout modeElijah Newren2021-12-151-1/+26
* | sparse-checkout: split out code for tweaking settings configElijah Newren2021-12-151-19/+37
* | sparse-checkout: disallow --no-stdin as an argument to setElijah Newren2021-12-151-2/+3
* | sparse-checkout: add sanity-checks on initial sparsity stateElijah Newren2021-12-151-0/+20
* | sparse-checkout: break apart functions for sparse_checkout_(set|add)Elijah Newren2021-12-151-14/+40
* | sparse-checkout: pass use_stdin as a parameter instead of as a globalElijah Newren2021-12-151-12/+16
|/
* sparse-checkout: clear tracked sparse dirsDerrick Stolee2021-09-071-0/+94
* use fspathhash() everywhereRené Scharfe2021-07-301-8/+2
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-9/+35
|\
| * sparse-checkout: disable sparse-indexDerrick Stolee2021-03-301-1/+9
| * sparse-checkout: toggle sparse index from builtinDerrick Stolee2021-03-301-1/+16
| * sparse-checkout: hold pattern list in indexDerrick Stolee2021-03-301-7/+10
* | exclude: add flags parameter to add_patterns()Jeff King2021-02-161-4/+4
|/
* sparse-checkout: load sparse-checkout patternsDerrick Stolee2021-01-231-5/+0
* sparse-checkout: fill in some options boilerplateJeff King2020-09-301-0/+37
* Merge branch 'xl/upgrade-repo-format'Junio C Hamano2020-06-291-0/+2
|\
| * sparse-checkout: upgrade repository to version 1 when enabling extensionXin Li2020-06-051-0/+2
* | sparse-checkout: avoid staging deletions of all filesElijah Newren2020-06-051-0/+4
|/
* sparse-checkout: provide a new reapply subcommandElijah Newren2020-03-271-1/+9
* sparse-checkout: use improved unpack_trees porcelain messagesElijah Newren2020-03-271-0/+2
* sparse-checkout: use new update_sparsity() functionElijah Newren2020-03-271-30/+10