This commit is contained in:
Joey Hess 2016-02-09 16:32:40 -04:00
parent 73cca6e8c1
commit 0b7d8d44d9
Failed to extract signature

View file

@ -215,8 +215,10 @@ like this, at its most simple:
| otherwise = filterAction UnlockFilter f fi
filterAction _ f _ = UnchangedFile f
applyFilterAction :: FilePath -> FilterAction -> Annex Bool
filteredCommit :: Filter -> Git.Commit -> Git.Commit
-- Generate a version of the commit made on the filter branch
-- with the filtering of modified files reversed.
unfilteredCommit :: Filter -> Git.Commit -> Git.Commit
isFilteredCommit :: Git.Commit -> Bool