diff options
Diffstat (limited to 'src/commit_list.h')
| -rw-r--r-- | src/commit_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit_list.h b/src/commit_list.h index 6a65f8a76..a32377030 100644 --- a/src/commit_list.h +++ b/src/commit_list.h @@ -26,6 +26,7 @@ typedef struct git_commit_list_node { git_oid oid; int64_t time; + uint32_t generation; unsigned int seen:1, uninteresting:1, topo_delay:1, |
