diff --git a/doc/todo/option_to_limit_to_files_that_are_expected_to_be_present.mdwn b/doc/todo/option_to_limit_to_files_that_are_expected_to_be_present.mdwn new file mode 100644 index 0000000000..53917edd78 --- /dev/null +++ b/doc/todo/option_to_limit_to_files_that_are_expected_to_be_present.mdwn @@ -0,0 +1,5 @@ +--in=here checks if the object file is actually present. I recently had a +situation where my repo was copied from elsewhere but missing the object +files, and I wanted to get back the same objects. So I had to disable that +check. So an option that checks for files expected to be here would be +useful. --[[Joey]]