git-annex/doc/bugs/exporttree_interaction_with_adjusted_branch.mdwn

10 lines
486 B
Text
Raw Normal View History

2019-06-07 23:34:21 +00:00
When on an adjusted branch, git annex sync --content with an exportree
remote that should commit changes, merge back to master, and then when
the remote's annex-tracking-branch is master, the updated master should be
exported to the remote.
I'm told there's a one sync lag in changes reaching the remote. Ie, it's
exporting to the remote before merging adjusted/master into master, or
something like that. Have not verified and it could be some other root
cause than that. --[[Joey]]