From 3a728fb508ea3eea8033a9e338c61a6421ad21b2 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Tue, 13 Nov 2012 16:35:24 +0100 Subject: object: introduce git_describe_object() --- src/commit_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commit_list.h') diff --git a/src/commit_list.h b/src/commit_list.h index 490d841be..7cd3945ae 100644 --- a/src/commit_list.h +++ b/src/commit_list.h @@ -25,7 +25,7 @@ typedef struct git_commit_list_node { uninteresting:1, topo_delay:1, parsed:1, - flags : 4; + flags : FLAG_BITS; unsigned short in_degree; unsigned short out_degree; -- cgit v1.2.1