summaryrefslogtreecommitdiff
path: root/src/commit_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commit_list.h')
-rw-r--r--src/commit_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commit_list.h b/src/commit_list.h
index 7cd3945ae..6b3f473d3 100644
--- a/src/commit_list.h
+++ b/src/commit_list.h
@@ -18,6 +18,8 @@
#define COMMIT_ALLOC \
(sizeof(git_commit_list_node) + PARENTS_PER_COMMIT * sizeof(git_commit_list_node *))
+#define FLAG_BITS 4
+
typedef struct git_commit_list_node {
git_oid oid;
uint32_t time;