sparse-checkout: fix cone mode behavior mismatch
[git] / t / t1091-sparse-checkout-builtin.sh
2020-01-31  Derrick Stoleesparse-checkout: fix cone mode behavior mismatch
2020-01-31  Derrick Stoleesparse-checkout: escape all glob characters on write
2020-01-31  Derrick Stoleesparse-checkout: use C-style quotes in 'list' subcommand
2020-01-31  Derrick Stoleesparse-checkout: unquote C-style strings over --stdin
2020-01-31  Derrick Stoleesparse-checkout: write escaped patterns in cone mode
2020-01-31  Derrick Stoleesparse-checkout: properly match escaped characters
2020-01-31  Derrick Stoleesparse-checkout: warn on globs in cone patterns
2020-01-24  Derrick Stoleesparse-checkout: detect short patterns
2020-01-24  Derrick Stoleesparse-checkout: cone mode does not recognize "**"
2020-01-24  Derrick Stoleeclone: fix --sparse option with URLs
2020-01-24  Derrick Stoleesparse-checkout: create leading directories
2020-01-24  Derrick Stoleet1091: improve here-docs
2020-01-24  Derrick Stoleet1091: use check_files to reduce boilerplate
2019-12-30  Derrick Stoleesparse-checkout: document interactions with submodules
2019-12-30  Derrick Stoleesparse-checkout: list directories in cone mode
2019-12-20  Ed Mastesparse-checkout: improve OS ls compatibility
2019-12-13  Derrick Stoleesparse-checkout: respect core.ignoreCase in cone mode
2019-11-22  Derrick Stoleesparse-checkout: check for dirty status
2019-11-22  Derrick Stoleesparse-checkout: cone mode should not interact with...
2019-11-22  Derrick Stoleesparse-checkout: write using lockfile
2019-11-22  Derrick Stoleesparse-checkout: use in-process update for disable...
2019-11-22  Derrick Stoleesparse-checkout: update working directory in-process
2019-11-22  Derrick Stoleesparse-checkout: sanitize for nested folders
2019-11-22  Derrick Stoleesparse-checkout: init and set in cone mode
2019-11-22  Derrick Stoleesparse-checkout: use hashmaps for cone patterns
2019-11-22  Derrick Stoleesparse-checkout: add 'cone' mode
2019-11-22  Derrick Stoleesparse-checkout: create 'disable' subcommand
2019-11-22  Derrick Stoleesparse-checkout: add '--stdin' option to set subcommand
2019-11-22  Derrick Stoleesparse-checkout: 'set' subcommand
2019-11-22  Derrick Stoleeclone: add --sparse mode
2019-11-22  Derrick Stoleesparse-checkout: create 'init' subcommand
2019-11-22  Derrick Stoleesparse-checkout: create builtin with 'list' subcommand