| 1737 | } |
| 1738 | |
| 1739 | static void set_generation_v2(struct commit *c, timestamp_t t, |
| 1740 | void *data UNUSED) |
| 1741 | { |
| 1742 | struct commit_graph_data *g = commit_graph_data_at(c); |
| 1743 | g->generation = t; |
| 1744 | } |
| 1745 | |
| 1746 | static void compute_generation_numbers(struct write_commit_graph_context *ctx) |
| 1747 | { |
nothing calls this directly
no test coverage detected