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
14984af6
Commit
14984af6
authored
Dec 01, 2013
by
Vicent Martí
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1975 from nikai3d/patch-2
fix typos in docs
parents
ca1fba51
27f680a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/diff-internals.md
+2
-2
No files found.
docs/diff-internals.md
View file @
14984af6
...
...
@@ -21,7 +21,7 @@ content, everything goes through diff drivers that are implemented in
External Objects
----------------
*
`git_diff_options`
repesents user choices about how a diff should be
*
`git_diff_options`
rep
r
esents user choices about how a diff should be
performed and is passed to most diff generating functions.
*
`git_diff_file`
represents an item on one side of a possible delta
*
`git_diff_delta`
represents a pair of items that have changed in some
...
...
@@ -37,7 +37,7 @@ External Objects
header that compactly represents that information, and it will have a
number of lines of context surrounding added and deleted lines.
*
A
`line`
is simple a line of data along with a
`git_diff_line_t`
value
that tells how the data should be interpret
t
ed (e.g. context or added).
that tells how the data should be interpreted (e.g. context or added).
Internal Objects
----------------
...
...
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