MCPcopy Index your code
hub / github.com/git/git / traverse_commit_list

Function traverse_commit_list

list-objects.h:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 struct oidset *omitted);
25
26static inline void traverse_commit_list(
27 struct rev_info *revs,
28 show_commit_fn show_commit,
29 show_object_fn show_object,
30 void *show_data)
31{
32 traverse_commit_list_filtered(revs, show_commit,
33 show_object, show_data, NULL);
34}
35
36#endif /* LIST_OBJECTS_H */

Callers 11

fill_in_bitmapFunction · 0.85
test_bitmap_walkFunction · 0.85
mark_reachable_objectsFunction · 0.85
create_bundleFunction · 0.85
describe_blobFunction · 0.85
show_bisect_varsFunction · 0.85
read_stdin_packsFunction · 0.85
get_object_listFunction · 0.85

Calls 1

Tested by 1

test_bitmap_walkFunction · 0.68