mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-05 00:51:22 +00:00
iterator: better document GIT_DIFF_DISABLE_PATHSPEC_MATCH
This commit is contained in:
parent
03210cfa00
commit
53c2296bfe
@ -129,10 +129,12 @@ typedef enum {
|
||||
*/
|
||||
GIT_DIFF_INCLUDE_CASECHANGE = (1u << 11),
|
||||
|
||||
/** If the pathspec is set in the diff options, this flags means to
|
||||
* use exact prefix matches instead of an fnmatch pattern. Each
|
||||
* path in the list must either be a full filename or a subdirectory
|
||||
* prefix.
|
||||
/** If the pathspec is set in the diff options, this flags indicates
|
||||
* that the paths will be treated as literal paths instead of
|
||||
* fnmatch patterns. Each path in the list must either be a full
|
||||
* 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),
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user