summaryrefslogtreecommitdiff
path: root/builtin/sparse-checkout.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-23sparse-checkout: load sparse-checkout patternsLibravatar Derrick Stolee1-5/+0
2020-09-30sparse-checkout: fill in some options boilerplateLibravatar Jeff King1-0/+37
2020-06-29Merge branch 'xl/upgrade-repo-format'Libravatar Junio C Hamano1-0/+2
2020-06-05sparse-checkout: upgrade repository to version 1 when enabling extensionLibravatar Xin Li1-0/+2
2020-06-05sparse-checkout: avoid staging deletions of all filesLibravatar Elijah Newren1-0/+4
2020-03-27sparse-checkout: provide a new reapply subcommandLibravatar Elijah Newren1-1/+9
2020-03-27sparse-checkout: use improved unpack_trees porcelain messagesLibravatar Elijah Newren1-0/+2
2020-03-27sparse-checkout: use new update_sparsity() functionLibravatar Elijah Newren1-30/+10
2020-03-27unpack-trees: simplify pattern_list freeingLibravatar Elijah Newren1-1/+0
2020-03-05Merge branch 'ds/sparse-add'Libravatar Junio C Hamano1-32/+109
2020-02-17Merge branch 'rs/strbuf-insertstr'Libravatar Junio C Hamano1-1/+1
2020-02-11sparse-checkout: work with Windows pathsLibravatar Derrick Stolee1-0/+3
2020-02-11sparse-checkout: create 'add' subcommandLibravatar Derrick Stolee1-6/+66
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-02-10strbuf: add and use strbuf_insertstr()Libravatar René Scharfe1-1/+1
2020-01-31sparse-checkout: escape all glob characters on writeLibravatar Derrick Stolee1-1/+1
2020-01-31sparse-checkout: use C-style quotes in 'list' subcommandLibravatar Derrick Stolee1-2/+4
2020-01-31sparse-checkout: unquote C-style strings over --stdinLibravatar Derrick Stolee1-1/+14
2020-01-31sparse-checkout: write escaped patterns in cone modeLibravatar Derrick Stolee1-2/+21
2020-01-24sparse-checkout: create leading directoriesLibravatar Derrick Stolee1-0/+4
2019-12-30sparse-checkout: list directories in cone modeLibravatar Derrick Stolee1-0/+21
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeLibravatar Derrick Stolee1-2/+8
2019-11-22sparse-checkout: check for dirty statusLibravatar Derrick Stolee1-0/+13
2019-11-22sparse-checkout: update working directory in-process for 'init'Libravatar Derrick Stolee1-16/+20
2019-11-22sparse-checkout: write using lockfileLibravatar Derrick Stolee1-4/+11
2019-11-22sparse-checkout: use in-process update for disable subcommandLibravatar Derrick Stolee1-13/+12
2019-11-22sparse-checkout: update working directory in-processLibravatar Derrick Stolee1-12/+71
2019-11-22sparse-checkout: sanitize for nested foldersLibravatar Derrick Stolee1-4/+18
2019-11-22sparse-checkout: init and set in cone modeLibravatar Derrick Stolee1-16/+147
2019-11-22sparse-checkout: create 'disable' subcommandLibravatar Derrick Stolee1-1/+25
2019-11-22sparse-checkout: add '--stdin' option to set subcommandLibravatar Derrick Stolee1-2/+32
2019-11-22sparse-checkout: 'set' subcommandLibravatar Derrick Stolee1-2/+45
2019-11-22clone: add --sparse modeLibravatar Derrick Stolee1-0/+6
2019-11-22sparse-checkout: create 'init' subcommandLibravatar Derrick Stolee1-1/+74
2019-11-22sparse-checkout: create builtin with 'list' subcommandLibravatar Derrick Stolee1-0/+86