summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-08-30 19:10:00 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2015-08-30 19:11:31 -0400
commit56ed415a24d41e83169ac17f468a540260bd08ff (patch)
treed21b204b4d8a96b31ce9315ef39014df207ed24a /include
parent71ef639e5f48be8e8b459cc705be7f58016256f8 (diff)
downloadlibgit2-56ed415a24d41e83169ac17f468a540260bd08ff.tar.gz
diff: drop `FILELIST_MATCH`
Now that non-pathspec matching diffs are implemented at the iterator level, drop `FILELIST_MATCH`ing.
Diffstat (limited to 'include')
-rw-r--r--include/git2/diff.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h
index d3adf9f01..491212182 100644
--- a/include/git2/diff.h
+++ b/include/git2/diff.h
@@ -165,13 +165,6 @@ typedef enum {
/** Include unreadable files in the diff */
GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKED = (1u << 17),
- /** Use literal path matching in the iterators. This is more broad
- * than the DISABLE_PATHSPEC_MATCH flag. The caller must provide an
- * array of paths (no patterns or prefixes). Only values included in
- * that list will be returned.
- */
- GIT_DIFF_ENABLE_FILELIST_MATCH = (1u << 18),
-
/*
* Options controlling how output will be generated
*/