Sign in
googlers
/
jrn
/
git
/
8d90352acc5c855620042fdcc6092f23a276af6d
/
list-objects.c
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 1 month ago
0027148
list-objects: drop process_gitlink() function
by Jeff King
· 2 years, 3 months ago
4f33a63
list-objects: handle NULL function pointers
by Ævar Arnfjörð Bjarmason
· 3 years, 1 month ago
3e0370a
list-objects: consolidate traverse_commit_list[_filtered]
by Derrick Stolee
· 3 years, 1 month ago
b3e36df
list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits"
by Teng Long
· 3 years, 8 months ago
aa9ad6f
bitmaps: don't recurse into trees already in the bitmap
by Jeff King
· 3 years, 10 months ago
9a2a4f9
list-objects: support filtering by tag and commit
by Patrick Steinhardt
· 4 years ago
628d81b
list-objects: move tag processing into its own function
by Patrick Steinhardt
· 4 years ago
bbfe5f2
Merge branch 'jk/list-objects-optim-wo-trees'
by Junio C Hamano
· 5 years ago
72ed80c
list-objects: don't queue root trees unless revs->tree_objects is set
by Jeff King
· 6 years ago
9430147
list-objects-filter: encapsulate filter components
by Matthew DeVore
· 6 years ago
97dd512
rev-list: detect broken root trees
by Jeff King
· 6 years ago
b49e74e
list-objects.c: handle unexpected non-tree entries
by Taylor Blau
· 6 years ago
23c2044
list-objects.c: handle unexpected non-blob entries
by Taylor Blau
· 6 years ago
5fda343
Merge branch 'ds/push-sparse-tree-walk'
by Junio C Hamano
· 6 years ago
371820d
Merge branch 'bc/tree-walk-oid'
by Junio C Hamano
· 6 years ago
4f6d26b
list-objects: consume sparse tree walk
by Derrick Stolee
· 6 years ago
ea82b2a
tree-walk: store object_id in a separate member
by brian m. carlson
· 6 years ago
d6f05a4
Merge branch 'nd/attr-pathspec-in-tree-walk'
by Junio C Hamano
· 6 years ago
67022e0
tree-walk.c: make tree_entry_interesting() take an index
by Nguyễn Thái Ngọc Duy
· 6 years ago
96ab6e0
list-objects.c: reduce the_repository references
by Nguyễn Thái Ngọc Duy
· 6 years ago
01d40c8
list-objects-filter.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
77d5037
Merge branch 'md/filter-trees'
by Junio C Hamano
· 6 years ago
8b10a20
list-objects: support for skipping tree traversal
by Matthew DeVore
· 6 years ago
99c9aa9
revision: mark non-user-given objects instead
by Matthew DeVore
· 6 years ago
7c0fe33
rev-list: handle missing tree objects properly
by Matthew DeVore
· 6 years ago
b3c7eef
revision.c: reduce implicit dependency the_repository
by Nguyễn Thái Ngọc Duy
· 7 years ago
f1d02da
list-objects: always parse trees gently
by Matthew DeVore
· 7 years ago
9202489
list-objects: refactor to process_tree_contents
by Matthew DeVore
· 7 years ago
f447a49
list-objects: store common func args in struct
by Matthew DeVore
· 7 years ago
3a2a1dc
Merge branch 'sb/object-store-lookup'
by Junio C Hamano
· 7 years ago
8fa8a4f
Merge branch 'jt/partial-clone-fsck-connectivity'
by Junio C Hamano
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
a0c9016
upload-pack: send refs' objects despite "filter"
by Jonathan Tan
· 7 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
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
2e27bd7
treewide: replace maybe_tree with accessor methods
by Derrick Stolee
· 7 years ago
891435d
treewide: rename tree to maybe_tree
by Derrick Stolee
· 7 years ago
f3d618d
Merge branch 'jh/fsck-promisors'
by Junio C Hamano
· 7 years ago
556de1a
Merge branch 'sb/describe-blob'
by Junio C Hamano
· 7 years ago
df11e19
rev-list: support termination at promisor objects
by Jonathan Tan
· 7 years ago
25ec7bc
list-objects: filter objects in traverse_commit_list
by Jeff Hostetler
· 7 years ago
ce5b6f9
revision.h: introduce blob/tree walking in order of the commits
by Stefan Beller
· 7 years ago
91904f5
list-objects.c: factor out traverse_trees_and_blobs
by Stefan Beller
· 7 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
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 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
13528ab
list-objects: convert name_path to a strbuf
by Jeff King
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
43262d8
Merge branch 'jk/squelch-missing-link-warning-for-unreachable'
by Junio C Hamano
· 10 years ago
daf7d86
silence broken link warnings with revs->ignore_missing_links
by Jeff King
· 10 years ago
1684c1b
rev-list: add an option to mark fewer edges as uninteresting
by brian m. carlson
· 10 years ago
2073949
traverse_commit_list: support pending blobs/trees with paths
by Jeff King
· 10 years ago
46be823
object_array: add a "clear" function
by Jeff King
· 10 years ago
967f8c9
Merge branch 'jk/pack-bitmap'
by Junio C Hamano
· 11 years ago
2db1a43
add `ignore_missing_links` mode to revwalk
by Vicent Marti
· 11 years ago
a6bec00
Merge branch 'jk/mark-edges-uninteresting'
by Junio C Hamano
· 11 years ago
200abe7
list-objects: only look at cmdline trees with edge_hint
by Jeff King
· 11 years ago
238504b
Merge branch 'nd/fetch-into-shallow'
by Junio C Hamano
· 12 years ago
fbd4a70
list-objects: mark more commits as edges in mark_edges_uninteresting
by Nguyễn Thái Ngọc Duy
· 12 years ago
e76a5fb
list-objects: reduce one argument in mark_edges_uninteresting
by Nguyễn Thái Ngọc Duy
· 12 years ago
6e454b9
clear parsed flag when we free tree buffers
by Jeff King
· 12 years ago
d688cf0
tree_entry_interesting(): give meaningful names to return values
by Nguyễn Thái Ngọc Duy
· 13 years ago
4947367
list-objects: pass callback data to show_objects()
by Junio C Hamano
· 14 years ago
1273738
Merge branch 'nd/struct-pathspec'
by Junio C Hamano
· 14 years ago
97d0b74
Improve tree_entry_interesting() handling code
by Nguyễn Thái Ngọc Duy
· 14 years ago
4b28cd9
Merge branch 'jc/maint-rev-list-culled-boundary'
by Junio C Hamano
· 14 years ago
6e7d0ef
list-objects.c: don't add an unparsed NULL as a pending tree
by Junio C Hamano
· 14 years ago
cc5fa2f
Make rev-list --objects work together with pathspecs
by Elijah Newren
· 14 years ago
9824a38
Merge branch 'lt/pack-object-memuse'
by Junio C Hamano
· 16 years ago
8d2dfc4
process_{tree,blob}: show objects without buffering
by Linus Torvalds
· 16 years ago
cf2ab91
show_object(): push path_name() call further down
by Linus Torvalds
· 16 years ago
6e353a5
Merge branch 'cc/bisect-filter'
by Junio C Hamano
· 16 years ago
de551d4
process_{tree,blob}: Remove useless xstrdup calls
by Björn Steinbrink
· 16 years ago
11c211f
list-objects: add "void *data" parameter to show functions
by Christian Couder
· 16 years ago
a301b0c
list-objects.c::process_tree/blob: check for NULL
by Martin Koegler
· 17 years ago
295dd2a
Fix memory leak in traverse_commit_list
by Shawn O. Pearce
· 17 years ago
302b928
rename dirlink to gitlink.
by Martin Waitz
· 18 years ago
6e2f441
Teach git list-objects logic to not follow gitlinks
by Linus Torvalds
· 18 years ago
6fda5e5
Initialize tree descriptors with a helper function rather than by hand.
by Linus Torvalds
· 18 years ago
8d1d8f8
pack-objects: further work on internal rev-list logic.
by Junio C Hamano
· 19 years ago
c64ed70
Separate object listing routines out of rev-list
by Junio C Hamano
· 19 years ago