summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>2019-10-08 05:13:23 +0000
committeradmin <admin@branchable.com>2019-10-08 05:13:23 +0000
commita728b78ca2dd6ebf0b50581f8a06faa21aa76a83 (patch)
tree0a4af6785216fa803de382160f30802afa81cf78 /doc/todo
parent22a6fcaa24da2bc8f3435de2ed0fa4be61e40d62 (diff)
added todo for operating on files touched by commits in a range
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"?