summaryrefslogtreecommitdiff
path: root/doc/bugs/sync_uses_conflicting_names_for_deep_branches.mdwn
blob: 439bd55e1e5ae2eb30ad25e4c731da6b5e90485e (plain)
1
2
3
4
5
6
7
8
9
`git annex sync` uses a branch named "synced/foo" to sync
changes to branch named "foo", but that same name is used to sync
changes to a branch named "bar/foo".

Also, the adjusted branch code uses "adjusted/foo(unlocked)" for
both "foo" and "bar/foo". And it fails to push changes back from there to
"bar/foo", instead creating a "foo" branch.

> [[fixed|done]] --[[Joey]]