Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | t[01]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -2/+2 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-07-30 | t1001: use $ZERO_OID | brian m. carlson | 1 | -2/+2 |
2020-06-17 | Merge branch 'en/sparse-checkout' | Junio C Hamano | 1 | -0/+22 |
2020-06-05 | sparse-checkout: avoid staging deletions of all files | Elijah Newren | 1 | -0/+22 |
2020-05-04 | sparse-checkout: stop blocking empty workdirs | Derrick Stolee | 1 | -5/+3 |
2020-03-27 | sparse-checkout: provide a new reapply subcommand | Elijah Newren | 1 | -0/+41 |
2020-03-27 | unpack-trees: provide warnings on sparse updates for unmerged paths too | Elijah Newren | 1 | -0/+25 |
2020-03-27 | unpack-trees: make sparse path messages sound like warnings | Elijah Newren | 1 | -3/+3 |
2020-03-27 | unpack-trees: split display_error_msgs() into two | Elijah Newren | 1 | -2/+2 |
2020-03-27 | sparse-checkout: use improved unpack_trees porcelain messages | Elijah Newren | 1 | -4/+2 |
2020-03-27 | sparse-checkout: use new update_sparsity() function | Elijah Newren | 1 | -10/+29 |
2020-03-27 | t1091: make some tests a little more defensive against failures | Elijah Newren | 1 | -0/+2 |
2020-03-09 | t1091: don't grep for `strerror()` string | Martin Ă…gren | 1 | -1/+1 |
2020-02-20 | sparse-checkout: allow one-character directories in cone mode | Derrick Stolee | 1 | -1/+11 |
2020-02-11 | sparse-checkout: work with Windows paths | Derrick Stolee | 1 | -0/+14 |
2020-02-11 | sparse-checkout: create 'add' subcommand | Derrick Stolee | 1 | -0/+59 |
2020-01-31 | sparse-checkout: fix cone mode behavior mismatch | Derrick Stolee | 1 | -0/+12 |
2020-01-31 | sparse-checkout: escape all glob characters on write | Derrick Stolee | 1 | -5/+8 |
2020-01-31 | sparse-checkout: use C-style quotes in 'list' subcommand | Derrick Stolee | 1 | -2/+5 |
2020-01-31 | sparse-checkout: unquote C-style strings over --stdin | Derrick Stolee | 1 | -1/+13 |
2020-01-31 | sparse-checkout: write escaped patterns in cone mode | Derrick Stolee | 1 | -2/+8 |
2020-01-31 | sparse-checkout: properly match escaped characters | Derrick Stolee | 1 | -4/+19 |
2020-01-31 | sparse-checkout: warn on globs in cone patterns | Derrick Stolee | 1 | -0/+39 |
2020-01-24 | sparse-checkout: detect short patterns | Derrick Stolee | 1 | -0/+9 |
2020-01-24 | sparse-checkout: cone mode does not recognize "**" | Derrick Stolee | 1 | -0/+34 |
2020-01-24 | clone: fix --sparse option with URLs | Derrick Stolee | 1 | -1/+1 |
2020-01-24 | sparse-checkout: create leading directories | Derrick Stolee | 1 | -0/+10 |
2020-01-24 | t1091: improve here-docs | Derrick Stolee | 1 | -49/+49 |
2020-01-24 | t1091: use check_files to reduce boilerplate | Derrick Stolee | 1 | -95/+22 |
2019-12-30 | sparse-checkout: document interactions with submodules | Derrick Stolee | 1 | -0/+28 |
2019-12-30 | sparse-checkout: list directories in cone mode | Derrick Stolee | 1 | -0/+11 |
2019-12-20 | sparse-checkout: improve OS ls compatibility | Ed Maste | 1 | -14/+22 |
2019-12-13 | sparse-checkout: respect core.ignoreCase in cone mode | Derrick Stolee | 1 | -0/+17 |
2019-11-22 | sparse-checkout: check for dirty status | Derrick Stolee | 1 | -1/+14 |
2019-11-22 | sparse-checkout: cone mode should not interact with .gitignore | Derrick Stolee | 1 | -0/+7 |
2019-11-22 | sparse-checkout: write using lockfile | Derrick Stolee | 1 | -0/+7 |
2019-11-22 | sparse-checkout: use in-process update for disable subcommand | Derrick Stolee | 1 | -1/+2 |
2019-11-22 | sparse-checkout: update working directory in-process | Derrick Stolee | 1 | -0/+28 |
2019-11-22 | sparse-checkout: sanitize for nested folders | Derrick Stolee | 1 | -0/+11 |
2019-11-22 | sparse-checkout: init and set in cone mode | Derrick Stolee | 1 | -0/+51 |
2019-11-22 | sparse-checkout: use hashmaps for cone patterns | Derrick Stolee | 1 | -1/+10 |
2019-11-22 | sparse-checkout: add 'cone' mode | Derrick Stolee | 1 | -0/+14 |
2019-11-22 | sparse-checkout: create 'disable' subcommand | Derrick Stolee | 1 | -0/+15 |
2019-11-22 | sparse-checkout: add '--stdin' option to set subcommand | Derrick Stolee | 1 | -0/+20 |
2019-11-22 | sparse-checkout: 'set' subcommand | Derrick Stolee | 1 | -0/+33 |
2019-11-22 | clone: add --sparse mode | Derrick Stolee | 1 | -0/+13 |
2019-11-22 | sparse-checkout: create 'init' subcommand | Derrick Stolee | 1 | -0/+40 |
2019-11-22 | sparse-checkout: create builtin with 'list' subcommand | Derrick Stolee | 1 | -0/+45 |