summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/operate_on_files_affected_by_a_commit_range.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/operate_on_files_affected_by_a_commit_range.mdwn b/doc/todo/operate_on_files_affected_by_a_commit_range.mdwn
new file mode 100644
index 0000000000..74047fcf90
--- /dev/null
+++ b/doc/todo/operate_on_files_affected_by_a_commit_range.mdwn
@@ -0,0 +1 @@
+Sometimes you want to operate on files touched by commits in a range, e.g. to `git-annex-copy` files added in the last 10 commits to an S3 special remote. Could the option be added, to commands that take a path to operate on, to give a commit range, with the meaning "operate on files changed by these commits"?