summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorBen Straub <bstraub@github.com>2012-05-10 09:47:14 -0700
committerBen Straub <bstraub@github.com>2012-05-11 11:35:50 -0700
commita346992f7e7812416651eb5c2b52129adec5eacf (patch)
tree6d09141890c8d1c7e1535527ee94187fccd2afc0 /include/git2.h
parent886f183ac3dc43c774700825ba32b7b6ffbfc3c3 (diff)
downloadlibgit2-a346992f7e7812416651eb5c2b52129adec5eacf.tar.gz
Rev-parse: @{time} syntax.
Ported date.c (for approxidate_careful) from git.git revision aa39b85. Trimmed out the parts we're not using.
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 d75387318..2630709e2 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -25,6 +25,7 @@
#include "git2/merge.h"
#include "git2/refs.h"
#include "git2/reflog.h"
+#include "git2/revparse.h"
#include "git2/object.h"
#include "git2/blob.h"