aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/design/adjusted_branches.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn
index 5c70e4ea9..6cb282f1b 100644
--- a/doc/design/adjusted_branches.mdwn
+++ b/doc/design/adjusted_branches.mdwn
@@ -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