From bda0db6f651ecccdd2ec04f76b99d6dd95a40543 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Sep 2023 20:29:12 -0400 Subject: [PATCH] todo --- ...on_to_limit_to_files_that_are_expected_to_be_present.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/option_to_limit_to_files_that_are_expected_to_be_present.mdwn 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]]