summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-23 13:21:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-23 13:21:38 -0400
commit23ed99f1874978fa415a55110b3291ff1381ae66 (patch)
treeec997817e4e69e5f25649419ce14f7678a4bd2a4 /doc
parentcbe97c7dbc1790a3647df5e986fc9b66ab3a1661 (diff)
updates
Diffstat (limited to 'doc')
-rw-r--r--doc/design/adjusted_branches.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn
index 73c66ff74..ba3e78421 100644
--- a/doc/design/adjusted_branches.mdwn
+++ b/doc/design/adjusted_branches.mdwn
@@ -206,6 +206,9 @@ reverse filter to draw the wrong conclusion. Maybe look at a list of what
objects were not present when applying the filter, and use that to decide
which to not delete when reversing it?
+So, a reverse filter may need some state that was collected when running
+the filter forwards, in order to decide what to do.
+
## push
The new master branch can then be pushed out to remotes. The
@@ -273,6 +276,8 @@ adjusting filter, albeit an extreme one. This might improve view branches.
For example, it's not currently possible to update a view branch with
changes fetched from a remote, and this could get us there.
+This would need the reverse filter to be able to change metadata.
+
[WORKTREE: Wouldn't be able to integrate, unless view branches are changed
into adjusted view worktrees.]