From 265afbd599701d6e569bce260992b438f450db4d Mon Sep 17 00:00:00 2001 From: nobodyinperson Date: Thu, 29 Jun 2023 05:20:56 +0000 Subject: [PATCH] Added a comment --- ...omment_1_7f983de645430d970c75f25fee27b2ed._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/todo/new_command_for_syncing_content_only/comment_1_7f983de645430d970c75f25fee27b2ed._comment diff --git a/doc/todo/new_command_for_syncing_content_only/comment_1_7f983de645430d970c75f25fee27b2ed._comment b/doc/todo/new_command_for_syncing_content_only/comment_1_7f983de645430d970c75f25fee27b2ed._comment new file mode 100644 index 0000000000..234a8d3120 --- /dev/null +++ b/doc/todo/new_command_for_syncing_content_only/comment_1_7f983de645430d970c75f25fee27b2ed._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="nobodyinperson" + avatar="http://cdn.libravatar.org/avatar/736a41cd4988ede057bae805d000f4f5" + subject="comment 1" + date="2023-06-29T05:20:56Z" + content=""" +It would also be awesome if there was something like `git annex synconlycontent --recent` or `--since=HEAD~10` or `--since=\"1 week ago\"` to just operate on the latest changed files. +In contrast to `--accessedwithin` this would look at the git history to check when files were touched. This is currently possible with something like `git diff --name-only | sort -u | xargs git annex ...` or `git log --since=... --format... | ... | xargs git annex` but it's far from convenient. + +This might be a general new matching option for other subcommands as well. +"""]] -- 2.30.2