Sign in
googlers
/
jrn
/
git
/
2d86a962203fe0faf6ae441cbe21b92a4bb03c20
/
reachable.c
6663ae0
pack-bitmap: basic noop bitmap filter infrastructure
by Jeff King
· 5 years ago
4eb707e
rev-list: allow commit-only bitmap traversals
by Jeff King
· 5 years ago
d0229ab
object: convert lookup_object() to use object_id
by Jeff King
· 6 years ago
fde67d6
prune: use bitmaps for reachability traversal
by Jeff King
· 6 years ago
f86bcc7
tree: add repository argument to lookup_tree
by Stefan Beller
· 7 years ago
da14a7f
blob: add repository argument to lookup_blob
by Stefan Beller
· 7 years ago
5abddd1
object: add repository argument to lookup_object
by Stefan Beller
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 7 years ago
cf0b179
Merge branch 'sb/object-store'
by Junio C Hamano
· 7 years ago
a80d72d
object-store: move packed_git and packed_git_mru to object store
by Stefan Beller
· 7 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
8a044c7
Merge branch 'nd/prune-in-worktree'
by Junio C Hamano
· 7 years ago
d0c39a4
revision.c: --all adds HEAD from all worktrees
by Nguyễn Thái Ngọc Duy
· 8 years ago
7709f46
pack: move for_each_packed_object()
by Jonathan Tan
· 8 years ago
6b526ce
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
740ee05
Convert lookup_tree to struct object_id
by brian m. carlson
· 8 years ago
3aca1fc
Convert lookup_blob to struct object_id
by brian m. carlson
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
76c1d9a
Convert object iteration callbacks to struct object_id
by brian m. carlson
· 8 years ago
9a3acba
reachable.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
de1e67d
list-objects: pass full pathname to callbacks
by Jeff King
· 9 years ago
bd64516
list-objects: drop name_path entirely
by Jeff King
· 9 years ago
1018f3e
Merge branch 'js/gc-with-stale-symref'
by Junio C Hamano
· 9 years ago
14886b4
pack-objects: do not get distracted by broken symrefs
by Johannes Schindelin
· 9 years ago
635170f
add_one_ref(): rewrite to take an object_id argument
by Michael Haggerty
· 10 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
· 10 years ago
1385bb7
reachable: only mark local objects as recent
by Jeff King
· 10 years ago
1be111d
reachable: use revision machinery's --indexed-objects code
by Jeff King
· 10 years ago
abcb865
pack-objects: match prune logic for discarding objects
by Jeff King
· 10 years ago
d3038d2
prune: keep objects reachable from recent objects
by Jeff King
· 10 years ago
3725427
reachable: mark index blobs as SEEN
by Jeff King
· 10 years ago
718ccc9
reachable: reuse revision.c "add all reflogs" code
by Jeff King
· 10 years ago
5f78a43
reachable: use traverse_commit_list instead of custom walk
by Jeff King
· 10 years ago
c40fdd0
reachable.c: add HEAD to reachability starting commits
by Max Kirillov
· 11 years ago
6e454b9
clear parsed flag when we free tree buffers
by Jeff King
· 12 years ago
f7892d1
use parse_object_or_die instead of die("bad object")
by Jeff King
· 12 years ago
0b26abc
reachable: per-object progress
by Jeff King
· 13 years ago
dc34719
prune: show progress while marking reachable objects
by Nguyễn Thái Ngọc Duy
· 13 years ago
c0aa335
Remove unused variables
by Johannes Schindelin
· 14 years ago
3cd4745
object.h: Add OBJECT_ARRAY_INIT macro and make use of it.
by Thiago Farina
· 15 years ago
de551d4
process_{tree,blob}: Remove useless xstrdup calls
by Björn Steinbrink
· 16 years ago
ee4f06c
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
· 17 years ago
f7de5a5
reachable.c::process_tree/blob: check for NULL
by Martin Koegler
· 17 years ago
cc36934
process_tag: handle tag->tagged == NULL
by Martin Koegler
· 17 years ago
c340663
reachable.c::add_one_tree: handle NULL from lookup_tree
by Martin Koegler
· 17 years ago
3d51e1b
check return code of prepare_revision_walk
by Martin Koegler
· 17 years ago
7a51ed6
Make on-disk index representation separate from in-core one
by Linus Torvalds
· 17 years ago
b941ffa
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
8d2244b
Make git-prune submodule aware (and fix a SEGFAULT in the process)
by Andy Parkins
· 18 years ago
6fda5e5
Initialize tree descriptors with a helper function rather than by hand.
by Linus Torvalds
· 18 years ago
eb8381c
scan reflogs independently from refs
by Nicolas Pitre
· 18 years ago
883d60f
Sanitize for_each_reflog_ent()
by Johannes Schindelin
· 18 years ago
9442147
Move traversal of reachable objects into a separate library.
by Junio C Hamano
· 18 years ago