Added a comment

This commit is contained in:
nobodyinperson 2023-06-29 05:20:56 +00:00 committed by admin
parent 63e116768c
commit 265afbd599

View file

@ -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.
"""]]