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:
authorEdward Thomson <ethomson@github.com>2016-04-19 22:12:18 +0300
committerEdward Thomson <ethomson@github.com>2016-05-26 21:01:08 +0300
commit9be638ecf0d64ec98b3fd16f2d983a86d1aca131 (patch)
treea38e7aecf3c0d1eb2b77bb0baa6a3c3ca519fee2 /src/checkout.c
parentaa4bfb32b9662ab47b056a74211636d427f35a43 (diff)
git_diff_generated: abstract generated diffs
Diffstat (limited to 'src/checkout.c')
-rw-r--r--src/checkout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkout.c b/src/checkout.c
index b3e95dff8..6e3b93fd3 100644
--- a/src/checkout.c
+++ b/src/checkout.c
@@ -26,6 +26,7 @@
#include "filter.h"
#include "blob.h"
#include "diff.h"
+#include "diff_generate.h"
#include "pathspec.h"
#include "buf_text.h"
#include "diff_xdiff.h"