aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/sparse-checkout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15sparse-checkout: add --verbose option to 'clean'Derrick Stolee1-2/+24
2025-09-12sparse-checkout: match some 'clean' behaviorDerrick Stolee1-1/+14
2025-09-12sparse-checkout: add basics of 'clean' commandDerrick Stolee1-1/+63
2025-09-12sparse-checkout: remove use of the_repositoryDerrick Stolee1-55/+62
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano1-9/+16
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-9/+16
2024-11-21builtin/sparse-checkout: fix leaking sanitized patternsPatrick Steinhardt1-22/+39
2024-10-02Merge branch 'ds/sparse-checkout-expansion-advice'Junio C Hamano1-0/+5
2024-09-23sparse-checkout: disable advice in 'disable'Derrick Stolee1-0/+5
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-06sparse-checkout: use fdopen_lock_file() instead of xfdopen()Jeff King1-5/+4
2024-09-06sparse-checkout: check commit_lock_file when writing patternsJeff King1-2/+3
2024-09-06sparse-checkout: consolidate cleanup when writing patternsJeff King1-4/+3
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-0/+1
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt1-0/+1
2024-06-05sparse-checkout: free duplicate hashmap entriesJeff King1-1/+8
2024-06-05sparse-checkout: free string list after displayingJeff King1-0/+2
2024-06-05sparse-checkout: free pattern list in sparse_checkout_list()Jeff King1-3/+2
2024-06-05sparse-checkout: free sparse_filename after useJeff King1-0/+2
2024-06-05sparse-checkout: refactor temporary sparse_checkout_patternsJeff King1-1/+8
2024-06-05sparse-checkout: always free "line" strbuf after reading inputJeff King1-0/+1
2024-06-05sparse-checkout: reuse --stdin buffer when reading patternsJeff King1-5/+4
2024-06-04sparse-checkout: clear patterns when init() sees existing sparse fileJeff King1-0/+1
2024-06-04sparse-checkout: pass string literals directly to add_pattern()Jeff King1-8/+3
2024-06-04sparse-checkout: free string list in write_cone_to_file()Jeff King1-0/+2
2024-01-08Merge branch 'en/sparse-checkout-eoo'Junio C Hamano1-6/+3
2024-01-08Merge branch 'jc/sparse-checkout-set-default-fix'Junio C Hamano1-1/+1
2023-12-26sparse-checkout: use default patterns for 'set' only !stdinJunio C Hamano1-1/+1
2023-12-26sparse-checkout: be consistent with end of options markersElijah Newren1-6/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-4/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-11Merge branch 'ws/sparse-check-rules'Junio C Hamano1-20/+117
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-27builtin/sparse-checkout: add check-rules commandWilliam Sprent1-20/+111
2023-03-27builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent1-0/+6
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-27sparse-checkout: avoid using internal API of unpack-trees, take 2Elijah Newren1-1/+0