mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 12:13:18 +00:00
apply: move patch data to patch_common.h
This commit is contained in:
parent
b85bd8ce66
commit
8bca8b9e03
@ -5,7 +5,7 @@
|
||||
#include "repository.h"
|
||||
#include "buf_text.h"
|
||||
|
||||
#include "apply_common.h"
|
||||
#include "../patch/patch_common.h"
|
||||
|
||||
static git_repository *repo = NULL;
|
||||
static git_diff_options binary_opts = GIT_DIFF_OPTIONS_INIT;
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "repository.h"
|
||||
#include "buf_text.h"
|
||||
|
||||
#include "apply_common.h"
|
||||
#include "../patch/patch_common.h"
|
||||
|
||||
static git_repository *repo = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user