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
/
list-objects-filter-options.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-3
/
+3
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-4
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-04
list-objects-filter-options: work around reported leak on error
Patrick Steinhardt
1
-10
/
+7
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-5
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-3
/
+4
2023-03-30
Merge branch 'sg/parse-options-h-users'
Junio C Hamano
1
-0
/
+1
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+4
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+3
2022-11-30
list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()
René Scharfe
1
-4
/
+0
2022-09-22
list-objects-filter: initialize sub-filter structs
Jeff King
1
-3
/
+7
2022-09-12
list-objects-filter: convert filter_spec to a strbuf
Jeff King
1
-33
/
+18
2022-09-12
list-objects-filter: add and use initializers
Jeff King
1
-9
/
+11
2022-09-12
list-objects-filter: handle null default filter spec
Jeff King
1
-1
/
+1
2022-09-12
list-objects-filter: don't memset after releasing filter struct
Jeff King
1
-3
/
+1
2022-09-08
list_objects_filter_options: plug leak of filter_spec strings
Jeff King
1
-6
/
+13
2022-09-08
list_objects_filter_copy(): deep-copy sparse_oid_name field
Jeff King
1
-0
/
+1
2022-03-28
pack-objects: lazily set up "struct rev_info", don't leak
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2022-03-09
bundle: parse filter capability
Derrick Stolee
1
-16
/
+1
2022-03-09
list-objects-filter-options: create copy helper
Derrick Stolee
1
-0
/
+19
2021-05-21
help: fix small typo in error message
Jean-Noël Avila
1
-1
/
+1
2021-04-19
list-objects: implement object type filter
Patrick Steinhardt
1
-0
/
+15
2020-11-16
list-objects-filter-options: fix function name in BUG
Martin Ågren
1
-1
/
+1
2020-09-28
fetch: do not override partial clone filter
Jonathan Tan
1
-1
/
+9
2020-08-11
Merge branch 'tb/upload-pack-filters'
Junio C Hamano
1
-0
/
+23
2020-08-03
list_objects_filter_options: introduce 'list_object_filter_config_name'
Taylor Blau
1
-0
/
+23
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-06-05
repository: add a helper function to perform repository format upgrade
Xin Li
1
-1
/
+2
2019-10-07
Merge branch 'jk/partial-clone-sparse-blob'
Junio C Hamano
1
-12
/
+2
2019-09-18
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
1
-43
/
+232
2019-09-16
list-objects-filter: delay parsing of sparse oid
Jeff King
1
-12
/
+2
2019-06-28
list-objects-filter-options: make parser void
Matthew DeVore
1
-7
/
+5
2019-06-28
list-objects-filter-options: clean up use of ALLOC_GROW
Matthew DeVore
1
-10
/
+7
2019-06-28
list-objects-filter-options: allow mult. --filter
Matthew DeVore
1
-5
/
+83
2019-06-28
list-objects-filter-options: make filter_spec a string_list
Matthew DeVore
1
-16
/
+34
2019-06-28
list-objects-filter-options: move error check up
Matthew DeVore
1
-5
/
+4
2019-06-28
list-objects-filter: implement composite filters
Matthew DeVore
1
-2
/
+104
2019-06-28
list-objects-filter-options: always supply *errbuf
Matthew DeVore
1
-13
/
+8
2019-06-25
promisor-remote: parse remote.*.partialclonefilter
Christian Couder
1
-12
/
+15
2019-06-25
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
1
-13
/
+15
2019-06-21
Merge branch 'md/list-objects-filter-parse-msgfix'
Junio C Hamano
1
-1
/
+1
2019-05-31
list-objects-filter-options: error is localizeable
Matthew DeVore
1
-1
/
+1
2019-05-29
list-objects-filter: disable 'sparse:path' filters
Christian Couder
1
-4
/
+6
2019-02-20
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-1
/
+1
2019-01-15
filter-options: expand scaled numbers
Josh Steadmon
1
-2
/
+18
2019-01-15
list-objects-filter: teach tree:# how to handle >0
Matthew DeVore
1
-4
/
+3
[next]