summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-20sparse-checkout: allow one-character directories in cone modeLibravatar Derrick Stolee2-2/+12
2020-02-11sparse-checkout: work with Windows pathsLibravatar Derrick Stolee2-0/+17
2020-02-11sparse-checkout: create 'add' subcommandLibravatar Derrick Stolee3-6/+132
2020-02-11sparse-checkout: extract pattern update from 'set' subcommandLibravatar Derrick Stolee1-18/+26
2020-02-11sparse-checkout: extract add_patterns_from_input()Libravatar Derrick Stolee1-29/+35
2020-01-31sparse-checkout: fix cone mode behavior mismatchLibravatar Derrick Stolee2-1/+13
2020-01-31sparse-checkout: improve docs around 'set' in cone modeLibravatar Derrick Stolee1-3/+14
2020-01-31sparse-checkout: escape all glob characters on writeLibravatar Derrick Stolee2-6/+9
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandLibravatar Derrick Stolee2-4/+9
2020-01-31sparse-checkout: unquote C-style strings over --stdinLibravatar Derrick Stolee2-2/+27
2020-01-31sparse-checkout: write escaped patterns in cone modeLibravatar Derrick Stolee2-4/+29
2020-01-31sparse-checkout: properly match escaped charactersLibravatar Derrick Stolee2-7/+51
2020-01-31sparse-checkout: warn on globs in cone patternsLibravatar Derrick Stolee2-0/+75
2020-01-24sparse-checkout: detect short patternsLibravatar Derrick Stolee2-1/+11
2020-01-24sparse-checkout: cone mode does not recognize "**"Libravatar Derrick Stolee2-1/+40
2020-01-24sparse-checkout: fix documentation typo for core.sparseCheckoutConeLibravatar Jeff King1-1/+1
2020-01-24clone: fix --sparse option with URLsLibravatar Derrick Stolee2-2/+2
2020-01-24sparse-checkout: create leading directoriesLibravatar Derrick Stolee2-0/+14
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 Stolee2-0/+38
2019-12-30sparse-checkout: list directories in cone modeLibravatar Derrick Stolee3-1/+42
2019-12-20sparse-checkout: improve OS ls compatibilityLibravatar Ed Maste1-14/+22
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeLibravatar Derrick Stolee4-5/+42
2019-11-22sparse-checkout: check for dirty statusLibravatar Derrick Stolee2-1/+27
2019-11-22sparse-checkout: update working directory in-process for 'init'Libravatar Derrick Stolee1-16/+20
2019-11-22sparse-checkout: cone mode should not interact with .gitignoreLibravatar Derrick Stolee1-0/+7
2019-11-22sparse-checkout: write using lockfileLibravatar Derrick Stolee2-4/+18
2019-11-22sparse-checkout: use in-process update for disable subcommandLibravatar Derrick Stolee3-16/+18
2019-11-22sparse-checkout: update working directory in-processLibravatar Derrick Stolee5-16/+105
2019-11-22sparse-checkout: sanitize for nested foldersLibravatar Derrick Stolee2-4/+29
2019-11-22unpack-trees: add progress to clear_ce_flags()Libravatar Derrick Stolee2-15/+43
2019-11-22unpack-trees: hash less in cone modeLibravatar Derrick Stolee3-17/+26
2019-11-22sparse-checkout: init and set in cone modeLibravatar Derrick Stolee4-20/+206
2019-11-22sparse-checkout: use hashmaps for cone patternsLibravatar Derrick Stolee4-9/+241
2019-11-22sparse-checkout: add 'cone' modeLibravatar Derrick Stolee6-4/+85
2019-11-22trace2: add region in clear_ce_flagsLibravatar Jeff Hostetler1-1/+9
2019-11-22sparse-checkout: create 'disable' subcommandLibravatar Derrick Stolee3-16/+52
2019-11-22sparse-checkout: add '--stdin' option to set subcommandLibravatar Derrick Stolee3-2/+55
2019-11-22sparse-checkout: 'set' subcommandLibravatar Derrick Stolee3-2/+84
2019-11-22clone: add --sparse modeLibravatar Derrick Stolee4-1/+53
2019-11-22sparse-checkout: create 'init' subcommandLibravatar Derrick Stolee3-1/+125
2019-11-22sparse-checkout: create builtin with 'list' subcommandLibravatar Derrick Stolee9-1/+226
2019-11-10The first batch post 2.24 cycleLibravatar Junio C Hamano3-2/+70
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Libravatar Junio C Hamano16-155/+277
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Libravatar Junio C Hamano6-4/+42
2019-11-10Merge branch 'pb/pretty-email-without-domain-part'Libravatar Junio C Hamano5-62/+111
2019-11-10Merge branch 'hw/remove-api-docs-placeholder'Libravatar Junio C Hamano4-40/+0
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Libravatar Junio C Hamano1-1/+0
2019-11-10Merge branch 'dl/apply-3way-diff3'Libravatar Junio C Hamano2-27/+30