summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-05 16:02:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-05 16:02:29 -0400
commitd8f9842a2c9eddeff34f7971d75517e404b06082 (patch)
tree63b83c19e4a9a6b9b74b10ba04e2027b44fb65fc
parentd7f7241c3dae19864945f70d4c356fbb0c1e99d8 (diff)
comment
-rw-r--r--doc/todo/transitive_transfers/comment_5_50670cb52b29dc9c0c6c981e6f6d198b._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/transitive_transfers/comment_5_50670cb52b29dc9c0c6c981e6f6d198b._comment b/doc/todo/transitive_transfers/comment_5_50670cb52b29dc9c0c6c981e6f6d198b._comment
new file mode 100644
index 000000000..5cc5cf25e
--- /dev/null
+++ b/doc/todo/transitive_transfers/comment_5_50670cb52b29dc9c0c6c981e6f6d198b._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2016-10-05T19:59:13Z"
+ content="""
+@JasonWoof re your use case, you don't need transitive transfers.
+You can simply go to `old_external` and run:
+
+ git annex sync main_external
+ git annex get --branch main_external/master
+
+(Assuming that the `old_external` has a `main_external` remote.)
+
+This --branch option was added in a recent git-annex release.
+"""]]