Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-02-06 03:01:30 +0400
committerBen Straub <bs@github.com>2013-06-14 04:19:33 +0400
commit2532c903439d3116833146a89221c91a0023c3fe (patch)
tree0c1a67b1846490629e6f195c2c6c4c7620aa6275 /include/git2.h
parent4878ea45685c676491575fa7b54d9d9085fd7778 (diff)
Initial blame API
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 5f9fc4824..0623a77a7 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -56,5 +56,6 @@
#include "git2/message.h"
#include "git2/pack.h"
#include "git2/stash.h"
+#include "git2/blame.h"
#endif