index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
prune.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+1
|
\
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-2
/
+4
|
\
\
|
*
|
for_each_object: mark unused callback parameters
Jeff King
2023-02-24
1
-2
/
+4
|
|
/
*
|
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
prune: quiet ENOENT on missing directories
Eric Wong
2022-11-21
1
-1
/
+3
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-4
/
+16
|
\
|
*
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
2021-12-08
1
-4
/
+16
*
|
repack, prune: drop GIT_REF_PARANOIA settings
Jeff King
2021-09-27
1
-1
/
+0
|
/
*
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-0
/
+1
|
\
|
*
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+1
*
|
Lib-ify prune-packed
Denton Liu
2020-03-24
1
-0
/
+1
|
/
*
object: convert lookup_object() to use object_id
Jeff King
2019-06-20
1
-1
/
+1
*
prune: check SEEN flag for reachability
Jeff King
2019-02-15
1
-5
/
+4
*
prune: lazily perform reachability traversal
Jeff King
2019-02-15
1
-11
/
+32
*
Merge branch 'md/exclude-promisor-objects-fix-cleanup'
Junio C Hamano
2019-01-15
1
-1
/
+0
|
\
|
*
revision.c: put promisor option in specialized struct
Matthew DeVore
2018-12-06
1
-1
/
+0
*
|
Merge branch 'md/exclude-promisor-objects-fix'
Junio C Hamano
2018-11-06
1
-0
/
+1
|
\
|
|
*
exclude-promisor-objects: declare when option is allowed
Matthew DeVore
2018-10-23
1
-0
/
+1
*
|
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
2018-11-06
1
-1
/
+1
|
\
\
|
*
|
shallow: offer to prune only non-existing entries
Johannes Schindelin
2018-10-25
1
-1
/
+1
*
|
|
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
/
/
*
|
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
2018-08-16
1
-1
/
+1
|
\
\
|
*
|
check_replace_refs: rename to read_replace_refs
Jeff King
2018-07-19
1
-1
/
+1
*
|
|
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-1
/
+1
|
/
/
*
|
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
1
-1
/
+1
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-1
/
+2
*
|
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
/
*
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-1
/
+1
|
\
|
*
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-1
/
+1
*
|
Merge branch 'jh/fsck-promisors'
Junio C Hamano
2018-02-13
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
gc: do not repack promisor packfiles
Jonathan Tan
2017-12-08
1
-0
/
+7
*
|
Merge branch 'rd/man-prune-progress'
Junio C Hamano
2017-12-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
prune: add "--progress" to man page and usage msg
Robert P. J. Day
2017-11-22
1
-1
/
+1
*
|
progress: simplify "delayed" progress API
Junio C Hamano
2017-08-19
1
-1
/
+1
*
|
Merge branch 'rs/sha1-name-readdir-optim'
Junio C Hamano
2017-07-05
1
-1
/
+1
|
\
\
|
*
|
sha1_file: guard against invalid loose subdirectory numbers
René Scharfe
2017-06-24
1
-1
/
+1
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-3
/
+4
|
\
\
\
|
*
|
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-1
/
+2
|
*
|
|
builtin/prune: convert to struct object_id
brian m. carlson
2017-05-02
1
-3
/
+3
|
|
/
/
*
/
/
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
|
/
/
[next]