vendor/libgit2/src/ignore.h in rugged-0.23.0b1 vs vendor/libgit2/src/ignore.h in rugged-0.23.0b2

- old
+ new

@@ -47,10 +47,10 @@ GIT_IGNORE_NOTFOUND = -1, GIT_IGNORE_FALSE = 0, GIT_IGNORE_TRUE = 1, }; -extern int git_ignore__lookup(int *out, git_ignores *ign, const char *path); +extern int git_ignore__lookup(int *out, git_ignores *ign, const char *path, git_dir_flag dir_flag); /* command line Git sometimes generates an error message if given a * pathspec that contains an exact match to an ignored file (provided * --force isn't also given). This makes it easy to check it that has * happened. Returns GIT_EINVALIDSPEC if the pathspec contains ignored