index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
sparse-checkout.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
sparse-checkout: add --verbose option to 'clean'
Derrick Stolee
1
-2
/
+24
2025-09-12
sparse-checkout: match some 'clean' behavior
Derrick Stolee
1
-1
/
+14
2025-09-12
sparse-checkout: add basics of 'clean' command
Derrick Stolee
1
-1
/
+63
2025-09-12
sparse-checkout: remove use of the_repository
Derrick Stolee
1
-55
/
+62
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-2
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-04
Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'
Junio C Hamano
1
-9
/
+16
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-9
/
+16
2024-11-21
builtin/sparse-checkout: fix leaking sanitized patterns
Patrick Steinhardt
1
-22
/
+39
2024-10-02
Merge branch 'ds/sparse-checkout-expansion-advice'
Junio C Hamano
1
-0
/
+5
2024-09-23
sparse-checkout: disable advice in 'disable'
Derrick Stolee
1
-0
/
+5
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-06
sparse-checkout: use fdopen_lock_file() instead of xfdopen()
Jeff King
1
-5
/
+4
2024-09-06
sparse-checkout: check commit_lock_file when writing patterns
Jeff King
1
-2
/
+3
2024-09-06
sparse-checkout: consolidate cleanup when writing patterns
Jeff King
1
-4
/
+3
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-0
/
+1
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
1
-0
/
+1
2024-06-05
sparse-checkout: free duplicate hashmap entries
Jeff King
1
-1
/
+8
2024-06-05
sparse-checkout: free string list after displaying
Jeff King
1
-0
/
+2
2024-06-05
sparse-checkout: free pattern list in sparse_checkout_list()
Jeff King
1
-3
/
+2
2024-06-05
sparse-checkout: free sparse_filename after use
Jeff King
1
-0
/
+2
2024-06-05
sparse-checkout: refactor temporary sparse_checkout_patterns
Jeff King
1
-1
/
+8
2024-06-05
sparse-checkout: always free "line" strbuf after reading input
Jeff King
1
-0
/
+1
2024-06-05
sparse-checkout: reuse --stdin buffer when reading patterns
Jeff King
1
-5
/
+4
2024-06-04
sparse-checkout: clear patterns when init() sees existing sparse file
Jeff King
1
-0
/
+1
2024-06-04
sparse-checkout: pass string literals directly to add_pattern()
Jeff King
1
-8
/
+3
2024-06-04
sparse-checkout: free string list in write_cone_to_file()
Jeff King
1
-0
/
+2
2024-01-08
Merge branch 'en/sparse-checkout-eoo'
Junio C Hamano
1
-6
/
+3
2024-01-08
Merge branch 'jc/sparse-checkout-set-default-fix'
Junio C Hamano
1
-1
/
+1
2023-12-26
sparse-checkout: use default patterns for 'set' only !stdin
Junio C Hamano
1
-1
/
+1
2023-12-26
sparse-checkout: be consistent with end of options markers
Elijah Newren
1
-6
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-4
/
+0
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+2
2023-04-11
Merge branch 'ws/sparse-check-rules'
Junio C Hamano
1
-20
/
+117
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+3
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-1
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-27
builtin/sparse-checkout: add check-rules command
William Sprent
1
-20
/
+111
2023-03-27
builtin/sparse-checkout: remove NEED_WORK_TREE flag
William Sprent
1
-0
/
+6
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-27
sparse-checkout: avoid using internal API of unpack-trees, take 2
Elijah Newren
1
-1
/
+0
[next]