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
53c2296b
Commit
53c2296b
authored
Aug 31, 2015
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iterator: better document GIT_DIFF_DISABLE_PATHSPEC_MATCH
parent
03210cfa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
include/git2/diff.h
+6
-4
No files found.
include/git2/diff.h
View file @
53c2296b
...
@@ -129,10 +129,12 @@ typedef enum {
...
@@ -129,10 +129,12 @@ typedef enum {
*/
*/
GIT_DIFF_INCLUDE_CASECHANGE
=
(
1u
<<
11
),
GIT_DIFF_INCLUDE_CASECHANGE
=
(
1u
<<
11
),
/** If the pathspec is set in the diff options, this flags means to
/** If the pathspec is set in the diff options, this flags indicates
* use exact prefix matches instead of an fnmatch pattern. Each
* that the paths will be treated as literal paths instead of
* path in the list must either be a full filename or a subdirectory
* fnmatch patterns. Each path in the list must either be a full
* prefix.
* path to a file or a directory. (A trailing slash indicates that
* the path will _only_ match a directory). If a directory is
* specified, all children will be included.
*/
*/
GIT_DIFF_DISABLE_PATHSPEC_MATCH
=
(
1u
<<
12
),
GIT_DIFF_DISABLE_PATHSPEC_MATCH
=
(
1u
<<
12
),
...
...
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