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
/
prune.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-4
/
+4
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-3
/
+4
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
1
-1
/
+1
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-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-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-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-2
/
+4
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
1
-2
/
+4
2023-02-23
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-11-21
prune: quiet ENOENT on missing directories
Eric Wong
1
-1
/
+3
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
1
-4
/
+16
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
1
-4
/
+16
2021-09-27
repack, prune: drop GIT_REF_PARANOIA settings
Jeff King
1
-1
/
+0
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
1
-0
/
+1
2020-04-30
shallow: extract a header file for shallow-related functions
Taylor Blau
1
-0
/
+1
2020-03-24
Lib-ify prune-packed
Denton Liu
1
-0
/
+1
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-1
/
+1
2019-02-14
prune: check SEEN flag for reachability
Jeff King
1
-5
/
+4
2019-02-14
prune: lazily perform reachability traversal
Jeff King
1
-11
/
+32
2019-01-14
Merge branch 'md/exclude-promisor-objects-fix-cleanup'
Junio C Hamano
1
-1
/
+0
2018-12-06
revision.c: put promisor option in specialized struct
Matthew DeVore
1
-1
/
+0
2018-11-06
Merge branch 'md/exclude-promisor-objects-fix'
Junio C Hamano
1
-0
/
+1
2018-11-06
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
1
-1
/
+1
2018-10-25
shallow: offer to prune only non-existing entries
Johannes Schindelin
1
-1
/
+1
2018-10-23
exclude-promisor-objects: declare when option is allowed
Matthew DeVore
1
-0
/
+1
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-15
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
1
-1
/
+1
2018-07-18
check_replace_refs: rename to read_replace_refs
Jeff King
1
-1
/
+1
2018-06-29
object: add repository argument to lookup_object
Stefan Beller
1
-1
/
+1
2018-05-18
shallow: add repository argument to is_repository_shallow
Stefan Beller
1
-1
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+2
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+1
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-1
/
+1
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-0
/
+7
2017-12-08
gc: do not repack promisor packfiles
Jonathan Tan
1
-0
/
+7
2017-12-06
Merge branch 'rd/man-prune-progress'
Junio C Hamano
1
-1
/
+1
[next]