From a1773f9d89887d299248d15b43953d3fa494a025 Mon Sep 17 00:00:00 2001 From: yorah Date: Mon, 23 Jul 2012 18:16:09 +0200 Subject: Add flag to turn off pathspec testing for diff and status --- include/git2/diff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2/diff.h') diff --git a/include/git2/diff.h b/include/git2/diff.h index edec9957b..85727d969 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -46,6 +46,7 @@ enum { GIT_DIFF_INCLUDE_UNTRACKED = (1 << 8), GIT_DIFF_INCLUDE_UNMODIFIED = (1 << 9), GIT_DIFF_RECURSE_UNTRACKED_DIRS = (1 << 10), + GIT_DIFF_DISABLE_PATHSPEC_MATCH = (1 << 11), }; /** -- cgit v1.2.1