aboutsummaryrefslogtreecommitdiff
path: root/builtin/sparse-checkout.c
AgeCommit message (Expand)Author
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello
2026-02-12sparse-checkout: use string_list_sort_uAmisha Chhajed
2026-02-09Merge branch 'ac/string-list-sort-u-and-tests'Junio C Hamano
2026-01-29string-list: add string_list_sort_u() that mimics "sort -u"Amisha Chhajed
2026-01-21sparse-checkout: optimize string_list construction and add tests to verify de...Amisha Chhajed
2025-09-15sparse-checkout: add --verbose option to 'clean'Derrick Stolee
2025-09-12sparse-checkout: match some 'clean' behaviorDerrick Stolee
2025-09-12sparse-checkout: add basics of 'clean' commandDerrick Stolee
2025-09-12sparse-checkout: remove use of the_repositoryDerrick Stolee
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-11-21builtin/sparse-checkout: fix leaking sanitized patternsPatrick Steinhardt
2024-10-02Merge branch 'ds/sparse-checkout-expansion-advice'Junio C Hamano
2024-09-23sparse-checkout: disable advice in 'disable'Derrick Stolee
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-06sparse-checkout: use fdopen_lock_file() instead of xfdopen()Jeff King
2024-09-06sparse-checkout: check commit_lock_file when writing patternsJeff King
2024-09-06sparse-checkout: consolidate cleanup when writing patternsJeff King
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2024-06-05sparse-checkout: free duplicate hashmap entriesJeff King
2024-06-05sparse-checkout: free string list after displayingJeff King
2024-06-05sparse-checkout: free pattern list in sparse_checkout_list()Jeff King
2024-06-05sparse-checkout: free sparse_filename after useJeff King
2024-06-05sparse-checkout: refactor temporary sparse_checkout_patternsJeff King
2024-06-05sparse-checkout: always free "line" strbuf after reading inputJeff King
2024-06-05sparse-checkout: reuse --stdin buffer when reading patternsJeff King
2024-06-04sparse-checkout: clear patterns when init() sees existing sparse fileJeff King
2024-06-04sparse-checkout: pass string literals directly to add_pattern()Jeff King
2024-06-04sparse-checkout: free string list in write_cone_to_file()Jeff King
2024-01-08Merge branch 'en/sparse-checkout-eoo'Junio C Hamano
2024-01-08Merge branch 'jc/sparse-checkout-set-default-fix'Junio C Hamano
2023-12-26sparse-checkout: use default patterns for 'set' only !stdinJunio C Hamano
2023-12-26sparse-checkout: be consistent with end of options markersElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11Merge branch 'ws/sparse-check-rules'Junio C Hamano
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason