diff options
| author | Vicent Martà <vicent@github.com> | 2013-10-22 11:55:54 -0700 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2013-10-22 11:55:54 -0700 |
| commit | 1c74686e05c41c30944173bacec3a8312f08cbb5 (patch) | |
| tree | 92f55460acf0944b00ff8d7a4500f10633351a4a /include/git2.h | |
| parent | 98fec8a937b93c6a6a0ad35ccd04af4cfeae1767 (diff) | |
| parent | 7ce60099eec2442cc5428a830b88d51e8f9c1d75 (diff) | |
| download | libgit2-1c74686e05c41c30944173bacec3a8312f08cbb5.tar.gz | |
Merge pull request #1897 from libgit2/split-patch-from-diff
RFC: Proposed reworking of diff APIs
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 93049aad9..b90673920 100644 --- a/include/git2.h +++ b/include/git2.h @@ -32,6 +32,7 @@ #include "git2/odb.h" #include "git2/oid.h" #include "git2/pack.h" +#include "git2/patch.h" #include "git2/pathspec.h" #include "git2/push.h" #include "git2/refdb.h" |
