From ba0bd4f9ea158817edcb070a1d91a8a5ce33ff0f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Dec 2018 12:58:53 -0400 Subject: [PATCH] followup --- doc/todo/add_prefix_option_to_export.mdwn | 2 ++ .../comment_6_e617a4b1d5833daa5287e168f6d41da1._comment | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 doc/todo/add_prefix_option_to_export/comment_6_e617a4b1d5833daa5287e168f6d41da1._comment diff --git a/doc/todo/add_prefix_option_to_export.mdwn b/doc/todo/add_prefix_option_to_export.mdwn index cb34d21702..e219e41c69 100644 --- a/doc/todo/add_prefix_option_to_export.mdwn +++ b/doc/todo/add_prefix_option_to_export.mdwn @@ -5,3 +5,5 @@ Something like `git annex export master:some-videos --to myexport --prefix share I could then do another export using the same remote like `git annex export master:some-other-videos --to myexport --prefix share-with-bill` which wouldn't touch any of the videos I previously shared with john but would create a new export into a new `share-with-bill` directory. My goal with the prefix option is to setup an exporttree remote one time, but then be able to re-use this same remote multiple times to create independent publicly shared folders. + +> [[done]], seems we've decided against adding this --[[Joey]] diff --git a/doc/todo/add_prefix_option_to_export/comment_6_e617a4b1d5833daa5287e168f6d41da1._comment b/doc/todo/add_prefix_option_to_export/comment_6_e617a4b1d5833daa5287e168f6d41da1._comment new file mode 100644 index 0000000000..1de8bccec2 --- /dev/null +++ b/doc/todo/add_prefix_option_to_export/comment_6_e617a4b1d5833daa5287e168f6d41da1._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2018-12-04T16:58:12Z" + content=""" +I think that's a good, simple plan. +"""]]