summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-10-09 22:24:40 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-10-09 22:24:40 +0200
commit46a2b8e855d5f6d8b60b81500a9f6779c7f63e63 (patch)
treeeec898cff4c27feb6e50e5265da9da7b5dd59ff4 /include/git2.h
parent324154a4538f9e821cc1065b72109033b6d5da03 (diff)
parenta3b9270dcfe61ce3429f82b514b302667d05bfc5 (diff)
downloadlibgit2-46a2b8e855d5f6d8b60b81500a9f6779c7f63e63.tar.gz
Merge pull request #2592 from libgit2/cmn/describe
Implement git-describe
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index d84353955..baa7fcaf8 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"