diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-11-13 16:35:24 +0100 |
---|---|---|
committer | Carlos MartÃn Nieto <cmn@dwim.me> | 2014-04-30 09:46:25 +0200 |
commit | 3a728fb508ea3eea8033a9e338c61a6421ad21b2 (patch) | |
tree | 6f32280311850282e684840cbcc6c52b5a7c77bd /src/commit_list.h | |
parent | 4cc71bb7fb7d10347bfa8ba57cb4cf74dcc79d4b (diff) | |
download | libgit2-3a728fb508ea3eea8033a9e338c61a6421ad21b2.tar.gz |
object: introduce git_describe_object()
Diffstat (limited to 'src/commit_list.h')
-rw-r--r-- | src/commit_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |