| 24 | struct oidset *omitted); |
| 25 | |
| 26 | static 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 */ |