Commit 8bca8b9e by Edward Thomson Committed by Edward Thomson

apply: move patch data to patch_common.h

parent b85bd8ce
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "repository.h" #include "repository.h"
#include "buf_text.h" #include "buf_text.h"
#include "apply_common.h" #include "../patch/patch_common.h"
static git_repository *repo = NULL; static git_repository *repo = NULL;
static git_diff_options binary_opts = GIT_DIFF_OPTIONS_INIT; static git_diff_options binary_opts = GIT_DIFF_OPTIONS_INIT;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "repository.h" #include "repository.h"
#include "buf_text.h" #include "buf_text.h"
#include "apply_common.h" #include "../patch/patch_common.h"
static git_repository *repo = NULL; static git_repository *repo = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment