Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
8bca8b9e
Commit
8bca8b9e
authored
Sep 16, 2015
by
Edward Thomson
Committed by
Edward Thomson
May 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apply: move patch data to patch_common.h
parent
b85bd8ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
tests/apply/fromdiff.c
+1
-1
tests/apply/fromfile.c
+1
-1
tests/patch/patch_common.h
+0
-0
No files found.
tests/apply/fromdiff.c
View file @
8bca8b9e
...
...
@@ -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
;
...
...
tests/apply/fromfile.c
View file @
8bca8b9e
...
...
@@ -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
;
...
...
tests/
apply/apply
_common.h
→
tests/
patch/patch
_common.h
View file @
8bca8b9e
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment