From da429a609c80054d829ffeb8228d3e33246ce220 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Jun 2023 13:23:37 -0400 Subject: [PATCH] todo --- doc/todo/new_command_for_syncing_content_only.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/new_command_for_syncing_content_only.mdwn diff --git a/doc/todo/new_command_for_syncing_content_only.mdwn b/doc/todo/new_command_for_syncing_content_only.mdwn new file mode 100644 index 0000000000..bddfac272a --- /dev/null +++ b/doc/todo/new_command_for_syncing_content_only.mdwn @@ -0,0 +1,12 @@ +`git-annex sync` has been split into push/pull, but there is another split +possible: `git-annex sync --no-commit --no-pull --no-push --content`. + +That is a mouthful, so maybe it could be a separate command? + +Also, such a command could be perhaps be more like `git-annex get/drop/copy` +in operating on the listed files or current directory and below by default. +Although that might make it difficult for it to handle sending files to +exporttree remotes, which sync does with `seekExportContent` which operates +on the whole exported tree. + +What would be a good name for such a command? --[[Joey]] -- 2.30.2