diff options
Diffstat (limited to 'pathspec.h')
| -rw-r--r-- | pathspec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pathspec.h b/pathspec.h index cda3eb5b91..5e3a6f1fe7 100644 --- a/pathspec.h +++ b/pathspec.h @@ -76,6 +76,11 @@ struct pathspec { * allowed, then it will automatically set for every pathspec. */ #define PATHSPEC_LITERAL_PATH (1<<6) +/* + * For git diff --no-index, indicate that we are operating without + * a repository or index. + */ +#define PATHSPEC_NO_REPOSITORY (1<<7) /** * Given command line arguments and a prefix, convert the input to |
