fix update of export tracking branch when exporting branch:subdir
This commit is contained in:
parent
2912429640
commit
e46e40bf05
2 changed files with 16 additions and 4 deletions
|
@ -10,7 +10,13 @@ this.
|
|||
|
||||
## implementation notes
|
||||
|
||||
* Does export of master:subdir update the remote tracking branch right?
|
||||
* When doing `git annex export master:subdir` followed by
|
||||
`git annex import master:subdir` which imports a new file,
|
||||
followed by merging the import and re-export, it does unncessary
|
||||
work deleting stuff not in the subdir from the remote.
|
||||
|
||||
Why? Seems that the import recorded the exported tree wrong, using the
|
||||
whole tree and not the sub-tree.
|
||||
|
||||
* Does sync --content with remote.name.annex-tracking-branch=master:subdir
|
||||
export the right tree and update the remote tracking branch right?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue