summaryrefslogtreecommitdiff
path: root/list-objects.h
blob: 8a5fae66ec2d9c5c686447c48c4e043ada8a0ed1 (plain)
1
2
3
4
5
6
7
8
#ifndef LIST_OBJECTS_H
#define LIST_OBJECTS_H
 
void traverse_commit_list(struct rev_info *revs,
			  void (*show_commit)(struct commit *),
			  void (*show_object)(struct object_array_entry *));
 
#endif