diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-09 12:45:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-09 12:45:48 -0400 |
commit | 0a0828b6ebf0d05ff46ca0290f78ab5183abe431 (patch) | |
tree | 3b60f4181553cd75b9502c5a2a7677cd130483cc /doc/design/adjusted_branches.mdwn | |
parent | d95b6e14ecbb1e4200196b24b51dfa56c924cab5 (diff) |
integration with view branches
Diffstat (limited to 'doc/design/adjusted_branches.mdwn')
-rw-r--r-- | doc/design/adjusted_branches.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn index 03dfad177..cce554531 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. |