diff options
author | Ben Straub <bs@github.com> | 2013-02-05 15:01:30 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-06-13 17:19:33 -0700 |
commit | 2532c903439d3116833146a89221c91a0023c3fe (patch) | |
tree | 0c1a67b1846490629e6f195c2c6c4c7620aa6275 /include/git2.h | |
parent | 4878ea45685c676491575fa7b54d9d9085fd7778 (diff) | |
download | libgit2-2532c903439d3116833146a89221c91a0023c3fe.tar.gz |
Initial blame API
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 1 |
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 |