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
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
2023-02-27
sparse-checkout: avoid using internal API of unpack-trees
Elijah Newren
1
-2
/
+1
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-01-16
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-10-13
doc txt & -h consistency: use "<options>", not "<options>..."
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: correct padding around "[]()"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-25
pass subcommand "prefix" arguments to parse_options()
Jeff King
1
-4
/
+4
2022-08-19
builtin/sparse-checkout.c: let parse-options parse subcommands
SZEDER Gábor
1
-28
/
+16
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-2
/
+2
2022-06-03
Merge branch 'ds/sparse-sparse-checkout'
Junio C Hamano
1
-1
/
+7
2022-06-03
Merge branch 'en/sparse-cone-becomes-default'
Junio C Hamano
1
-1
/
+1
2022-05-23
sparse-checkout: integrate with sparse index
Derrick Stolee
1
-0
/
+3
2022-05-23
sparse-checkout: --no-sparse-index needs a full index
Derrick Stolee
1
-0
/
+3
2022-05-23
sparse-index: introduce partially-sparse indexes
Derrick Stolee
1
-1
/
+1
2022-04-21
sparse-checkout: make --cone the default
Elijah Newren
1
-1
/
+1
2022-03-23
Merge branch 'ep/remove-duplicated-includes'
Junio C Hamano
1
-1
/
+0
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-2
/
+1
2022-03-13
builtin/sparse-checkout.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-06
Merge branch 'en/sparse-checkout-fixes'
Junio C Hamano
1
-5
/
+73
2022-03-04
lockfile API users: simplify and don't leak "path"
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-4
/
+4
2022-02-25
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
1
-15
/
+13
2022-02-20
sparse-checkout: reject arguments in cone-mode that look like patterns
Elijah Newren
1
-0
/
+11
2022-02-20
sparse-checkout: error or warn when given individual files
Elijah Newren
1
-6
/
+36
2022-02-20
sparse-checkout: pay attention to prefix for {set, add}
Elijah Newren
1
-0
/
+26
2022-02-20
sparse-checkout: correctly set non-cone mode when expected
Elijah Newren
1
-0
/
+1
2022-02-20
sparse-checkout: correct reapply's handling of options
Elijah Newren
1
-3
/
+3
2022-02-11
Merge branch 'en/sparse-checkout-leakfix'
Junio C Hamano
1
-0
/
+2
2022-02-09
Merge branch 'jt/sparse-checkout-leading-dir-fix'
Junio C Hamano
1
-0
/
+3
2022-02-08
sparse-checkout: set worktree-config correctly
Derrick Stolee
1
-15
/
+13
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-4
/
+4
2022-01-28
sparse-checkout: fix a couple minor memory leaks
Elijah Newren
1
-0
/
+2
2022-01-21
sparse-checkout: create leading directory
Jonathan Tan
1
-0
/
+3
2022-01-10
Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
Junio C Hamano
1
-1
/
+4
2021-12-30
sparse-checkout: refuse to add to bad patterns
Derrick Stolee
1
-0
/
+3
2021-12-30
sparse-checkout: fix OOM error with mixed patterns
Derrick Stolee
1
-1
/
+1
[next]