From 985dd4f2ade24c39cff6e46a3bca78d86a5d17fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Apr 2020 16:21:18 -0400 Subject: [PATCH] comment --- ..._4_2824eb6fd3fe9a44d48639c38d478351._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_4_2824eb6fd3fe9a44d48639c38d478351._comment diff --git a/doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_4_2824eb6fd3fe9a44d48639c38d478351._comment b/doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_4_2824eb6fd3fe9a44d48639c38d478351._comment new file mode 100644 index 0000000000..51b7f316ca --- /dev/null +++ b/doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_4_2824eb6fd3fe9a44d48639c38d478351._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2020-04-23T20:13:39Z" + content=""" +`git annex find --want-get --not --in here` should simulate get --auto/sync well + +`git annex find --want-drop --in here` will simulate what drop --auto/sync would +try to drop + +What would be nice to have is a way to simulate `copy --auto --to foo` +and `drop --auto --from foo` which are of course also things sync does. +That could be something like: + + git annex find --want-get-by remote --not --in remote + git annex find --want-drop-by remote --in remote +"""]]