From 0d32f39eb821dfec2e241ea633c0a6e94c21519d Mon Sep 17 00:00:00 2001 From: yorah Date: Mon, 4 Mar 2013 11:31:50 +0100 Subject: Notify '*' pathspec correctly when diffing I also moved all tests related to notifying in their own file. --- src/pathspec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pathspec.h') diff --git a/src/pathspec.h b/src/pathspec.h index c44561520..43a94baad 100644 --- a/src/pathspec.h +++ b/src/pathspec.h @@ -16,7 +16,7 @@ extern char *git_pathspec_prefix(const git_strarray *pathspec); /* is there anything in the spec that needs to be filtered on */ -extern bool git_pathspec_is_interesting(const git_strarray *pathspec); +extern bool git_pathspec_is_empty(const git_strarray *pathspec); /* build a vector of fnmatch patterns to evaluate efficiently */ extern int git_pathspec_init( -- cgit v1.2.3