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
5e00e5c9
Commit
5e00e5c9
authored
Apr 30, 2015
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3090 from libgit2/jamill/doc_update
Update documentation for API changes
parents
1275de53
bf2ba529
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
CHANGELOG.md
+2
-0
include/git2/merge.h
+2
-1
No files found.
CHANGELOG.md
View file @
5e00e5c9
...
@@ -67,6 +67,8 @@ support for HTTPS connections insead of OpenSSL.
...
@@ -67,6 +67,8 @@ support for HTTPS connections insead of OpenSSL.
### Breaking API changes
### Breaking API changes
*
`git_smart_subtransport_cb`
now has a
`param`
parameter.
*
The
`git_merge_options`
structure member
`flags`
has been renamed
*
The
`git_merge_options`
structure member
`flags`
has been renamed
to
`tree_flags`
.
to
`tree_flags`
.
...
...
include/git2/merge.h
View file @
5e00e5c9
...
@@ -169,7 +169,7 @@ typedef struct {
...
@@ -169,7 +169,7 @@ typedef struct {
/** The file to favor in region conflicts. */
/** The file to favor in region conflicts. */
git_merge_file_favor_t
favor
;
git_merge_file_favor_t
favor
;
/**
Merge file flags.
*/
/**
see `git_merge_file_flags_t` above
*/
unsigned
int
flags
;
unsigned
int
flags
;
}
git_merge_file_options
;
}
git_merge_file_options
;
...
@@ -246,6 +246,7 @@ typedef struct {
...
@@ -246,6 +246,7 @@ typedef struct {
/** Flags for handling conflicting content. */
/** Flags for handling conflicting content. */
git_merge_file_favor_t
file_favor
;
git_merge_file_favor_t
file_favor
;
/** see `git_merge_file_flags_t` above */
unsigned
int
file_flags
;
unsigned
int
file_flags
;
}
git_merge_options
;
}
git_merge_options
;
...
...
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