added todo for operating on files touched by commits in a range

This commit is contained in:
Ilya_Shlyakhter 2019-10-08 05:13:23 +00:00 committed by admin
parent 22a6fcaa24
commit a728b78ca2

View file

@ -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"?