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
aa9bb425
Commit
aa9bb425
authored
Apr 20, 2015
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebase: correct documentation, CHANGELOG
parent
94c988f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
CHANGELOG.md
+1
-1
include/git2/rebase.h
+8
-8
No files found.
CHANGELOG.md
View file @
aa9bb425
...
...
@@ -28,7 +28,7 @@ v0.22 + 1
allow for specifying the expression from the user to be put into the
reflog.
*
`git_rebase_commit`
now return
`GIT_EUNMERGED`
when you attempt to
*
`git_rebase_commit`
now return
s
`GIT_EUNMERGED`
when you attempt to
commit with unstaged changes.
### API additions
...
...
include/git2/rebase.h
View file @
aa9bb425
...
...
@@ -33,18 +33,18 @@ typedef struct {
* Used by `git_rebase_init`, this will instruct other clients working
* on this rebase that you want a quiet rebase experience, which they
* may choose to provide in an application-specific manner. This has no
* effect upon libgit2 directly, but is provided for interoperability
with
*
other client
s.
* effect upon libgit2 directly, but is provided for interoperability
*
between Git tool
s.
*/
int
quiet
;
/**
* Used by `git_rebase_finish`, this is the
canonical name of the notes
*
reference used to rewrite notes for rebased commits when finishing the
*
rebase; if NULL, the contents of the coniguration option
*
`notes.rewriteRef` is examined, unless the configuration option
*
`notes.rewrite.rebase` is set to false. If `notes.rewriteRef` is also
*
NULL, notes will
not be rewritten.
* Used by `git_rebase_finish`, this is the
name of the notes reference
*
used to rewrite notes for rebased commits when finishing the rebase;
*
if NULL, the contents of the coniguration option `notes.rewriteRef`
*
is examined, unless the configuration option `notes.rewrite.rebase`
*
is set to false. If `notes.rewriteRef` is also NULL, notes will
* not be rewritten.
*/
const
char
*
rewrite_notes_ref
;
...
...
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