index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
sparse-checkout.c
Age
Commit message (
Expand
)
Author
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
2026-02-12
sparse-checkout: use string_list_sort_u
Amisha Chhajed
2026-02-09
Merge branch 'ac/string-list-sort-u-and-tests'
Junio C Hamano
2026-01-29
string-list: add string_list_sort_u() that mimics "sort -u"
Amisha Chhajed
2026-01-21
sparse-checkout: optimize string_list construction and add tests to verify de...
Amisha Chhajed
2025-09-15
sparse-checkout: add --verbose option to 'clean'
Derrick Stolee
2025-09-12
sparse-checkout: match some 'clean' behavior
Derrick Stolee
2025-09-12
sparse-checkout: add basics of 'clean' command
Derrick Stolee
2025-09-12
sparse-checkout: remove use of the_repository
Derrick Stolee
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-04
Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'
Junio C Hamano
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
2024-11-21
builtin/sparse-checkout: fix leaking sanitized patterns
Patrick Steinhardt
2024-10-02
Merge branch 'ds/sparse-checkout-expansion-advice'
Junio C Hamano
2024-09-23
sparse-checkout: disable advice in 'disable'
Derrick Stolee
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-06
sparse-checkout: use fdopen_lock_file() instead of xfdopen()
Jeff King
2024-09-06
sparse-checkout: check commit_lock_file when writing patterns
Jeff King
2024-09-06
sparse-checkout: consolidate cleanup when writing patterns
Jeff King
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
2024-06-05
sparse-checkout: free duplicate hashmap entries
Jeff King
2024-06-05
sparse-checkout: free string list after displaying
Jeff King
2024-06-05
sparse-checkout: free pattern list in sparse_checkout_list()
Jeff King
2024-06-05
sparse-checkout: free sparse_filename after use
Jeff King
2024-06-05
sparse-checkout: refactor temporary sparse_checkout_patterns
Jeff King
2024-06-05
sparse-checkout: always free "line" strbuf after reading input
Jeff King
2024-06-05
sparse-checkout: reuse --stdin buffer when reading patterns
Jeff King
2024-06-04
sparse-checkout: clear patterns when init() sees existing sparse file
Jeff King
2024-06-04
sparse-checkout: pass string literals directly to add_pattern()
Jeff King
2024-06-04
sparse-checkout: free string list in write_cone_to_file()
Jeff King
2024-01-08
Merge branch 'en/sparse-checkout-eoo'
Junio C Hamano
2024-01-08
Merge branch 'jc/sparse-checkout-set-default-fix'
Junio C Hamano
2023-12-26
sparse-checkout: use default patterns for 'set' only !stdin
Junio C Hamano
2023-12-26
sparse-checkout: be consistent with end of options markers
Elijah Newren
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-11
Merge branch 'ws/sparse-check-rules'
Junio C Hamano
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
[next]