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
f7ae3f75
Commit
f7ae3f75
authored
Oct 08, 2012
by
nulltoken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reflog: fix documentation typos
parent
65d12df5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/git2/reflog.h
+3
-3
No files found.
include/git2/reflog.h
View file @
f7ae3f75
...
...
@@ -97,9 +97,9 @@ GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(git_reflog *reflog
/**
* Remove an entry from the reflog by its index
*
* To ensure there's no gap in the log history, set
the `rewrite_previosu_entry` to 1.
*
When deleting entry `n`, member old_oid of entry `n-1` (if any) will be updated with
*
the value of meme
ber new_oid of entry `n+1`.
* To ensure there's no gap in the log history, set
`rewrite_previous_entry`
*
param value to 1. When deleting entry `n`, member old_oid of entry `n-1`
*
(if any) will be updated with the value of mem
ber new_oid of entry `n+1`.
*
* @param reflog a previously loaded reflog.
*
...
...
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