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() --- include/git2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2.h') diff --git a/include/git2.h b/include/git2.h index f74976061..6713b4961 100644 --- a/include/git2.h +++ b/include/git2.h @@ -19,6 +19,7 @@ #include "git2/commit.h" #include "git2/common.h" #include "git2/config.h" +#include "git2/describe.h" #include "git2/diff.h" #include "git2/errors.h" #include "git2/filter.h" -- cgit v1.2.1