update
This commit is contained in:
parent
73cca6e8c1
commit
0b7d8d44d9
1 changed files with 3 additions and 1 deletions
|
@ -215,8 +215,10 @@ like this, at its most simple:
|
||||||
| otherwise = filterAction UnlockFilter f fi
|
| otherwise = filterAction UnlockFilter f fi
|
||||||
filterAction _ f _ = UnchangedFile f
|
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
|
-- Generate a version of the commit made on the filter branch
|
||||||
-- with the filtering of modified files reversed.
|
-- with the filtering of modified files reversed.
|
||||||
unfilteredCommit :: Filter -> Git.Commit -> Git.Commit
|
unfilteredCommit :: Filter -> Git.Commit -> Git.Commit
|
||||||
|
|
||||||
|
isFilteredCommit :: Git.Commit -> Bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue