summaryrefslogtreecommitdiff
path: root/t/t1091-sparse-checkout-builtin.sh
AgeCommit message (Expand)AuthorFilesLines
2020-05-04sparse-checkout: stop blocking empty workdirsLibravatar Derrick Stolee1-5/+3
2020-03-27sparse-checkout: provide a new reapply subcommandLibravatar Elijah Newren1-0/+41
2020-03-27unpack-trees: provide warnings on sparse updates for unmerged paths tooLibravatar Elijah Newren1-0/+25
2020-03-27unpack-trees: make sparse path messages sound like warningsLibravatar Elijah Newren1-3/+3
2020-03-27unpack-trees: split display_error_msgs() into twoLibravatar Elijah Newren1-2/+2
2020-03-27sparse-checkout: use improved unpack_trees porcelain messagesLibravatar Elijah Newren1-4/+2
2020-03-27sparse-checkout: use new update_sparsity() functionLibravatar Elijah Newren1-10/+29
2020-03-27t1091: make some tests a little more defensive against failuresLibravatar Elijah Newren1-0/+2
2020-03-09t1091: don't grep for `strerror()` stringLibravatar Martin Ă…gren1-1/+1
2020-02-20sparse-checkout: allow one-character directories in cone modeLibravatar Derrick Stolee1-1/+11
2020-02-11sparse-checkout: work with Windows pathsLibravatar Derrick Stolee1-0/+14
2020-02-11sparse-checkout: create 'add' subcommandLibravatar Derrick Stolee1-0/+59
2020-01-31sparse-checkout: fix cone mode behavior mismatchLibravatar Derrick Stolee1-0/+12
2020-01-31sparse-checkout: escape all glob characters on writeLibravatar Derrick Stolee1-5/+8
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandLibravatar Derrick Stolee1-2/+5
2020-01-31sparse-checkout: unquote C-style strings over --stdinLibravatar Derrick Stolee1-1/+13
2020-01-31sparse-checkout: write escaped patterns in cone modeLibravatar Derrick Stolee1-2/+8
2020-01-31sparse-checkout: properly match escaped charactersLibravatar Derrick Stolee1-4/+19
2020-01-31sparse-checkout: warn on globs in cone patternsLibravatar Derrick Stolee1-0/+39
2020-01-24sparse-checkout: detect short patternsLibravatar Derrick Stolee1-0/+9
2020-01-24sparse-checkout: cone mode does not recognize "**"Libravatar Derrick Stolee1-0/+34
2020-01-24clone: fix --sparse option with URLsLibravatar Derrick Stolee1-1/+1
2020-01-24sparse-checkout: create leading directoriesLibravatar Derrick Stolee1-0/+10
2020-01-24t1091: improve here-docsLibravatar Derrick Stolee1-49/+49
2020-01-24t1091: use check_files to reduce boilerplateLibravatar Derrick Stolee1-95/+22
2019-12-30sparse-checkout: document interactions with submodulesLibravatar Derrick Stolee1-0/+28
2019-12-30sparse-checkout: list directories in cone modeLibravatar Derrick Stolee1-0/+11
2019-12-20sparse-checkout: improve OS ls compatibilityLibravatar Ed Maste1-14/+22
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeLibravatar Derrick Stolee1-0/+17
2019-11-22sparse-checkout: check for dirty statusLibravatar Derrick Stolee1-1/+14
2019-11-22sparse-checkout: cone mode should not interact with .gitignoreLibravatar Derrick Stolee1-0/+7
2019-11-22sparse-checkout: write using lockfileLibravatar Derrick Stolee1-0/+7
2019-11-22sparse-checkout: use in-process update for disable subcommandLibravatar Derrick Stolee1-1/+2
2019-11-22sparse-checkout: update working directory in-processLibravatar Derrick Stolee1-0/+28
2019-11-22sparse-checkout: sanitize for nested foldersLibravatar Derrick Stolee1-0/+11
2019-11-22sparse-checkout: init and set in cone modeLibravatar Derrick Stolee1-0/+51
2019-11-22sparse-checkout: use hashmaps for cone patternsLibravatar Derrick Stolee1-1/+10
2019-11-22sparse-checkout: add 'cone' modeLibravatar Derrick Stolee1-0/+14
2019-11-22sparse-checkout: create 'disable' subcommandLibravatar Derrick Stolee1-0/+15
2019-11-22sparse-checkout: add '--stdin' option to set subcommandLibravatar Derrick Stolee1-0/+20
2019-11-22sparse-checkout: 'set' subcommandLibravatar Derrick Stolee1-0/+33
2019-11-22clone: add --sparse modeLibravatar Derrick Stolee1-0/+13
2019-11-22sparse-checkout: create 'init' subcommandLibravatar Derrick Stolee1-0/+40
2019-11-22sparse-checkout: create builtin with 'list' subcommandLibravatar Derrick Stolee1-0/+45