From 7a4e456662b2e6f96d1b19b9dea5db20778e683d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Feb 2016 12:45:48 -0400 Subject: [PATCH] integration with view branches --- doc/design/adjusted_branches.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn index 03dfad177e..cce5545318 100644 --- a/doc/design/adjusted_branches.mdwn +++ b/doc/design/adjusted_branches.mdwn @@ -53,3 +53,13 @@ includes the local adjustments. Running `git push` when in adjusted/master won't push anything (with "matching" push strategy). Users may find that surprising. Users of `git-annex sync` won't need to worry about it though. + +## integration with view branches + +Entering a view from an adjusted branch should probably carry the filtering +over into the creation/updating of the view branch. + +Could go a step further, and implement view branches as another branch +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.