From 795eaccd667ce24c290b6211ca0c6a84f84e7c2b Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 19 Feb 2015 11:09:54 -0500 Subject: git_filter_opt_t -> git_filter_flag_t For consistency with the rest of the library, where an opt is an options *structure*. --- src/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff.c') diff --git a/src/diff.c b/src/diff.c index 07eae03e7..815351b21 100644 --- a/src/diff.c +++ b/src/diff.c @@ -600,7 +600,7 @@ int git_diff__oid_for_entry( error = -1; } else if (!(error = git_filter_list_load( &fl, diff->repo, NULL, entry.path, - GIT_FILTER_TO_ODB, GIT_FILTER_OPT_ALLOW_UNSAFE))) + GIT_FILTER_TO_ODB, GIT_FILTER_ALLOW_UNSAFE))) { int fd = git_futils_open_ro(full_path.ptr); if (fd < 0) -- cgit v1.2.1