todo
authorJoey Hess <joeyh@joeyh.name>
Fri, 15 Sep 2023 00:29:12 +0000 (20:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 15 Sep 2023 00:29:12 +0000 (20:29 -0400)
doc/todo/option_to_limit_to_files_that_are_expected_to_be_present.mdwn [new file with mode: 0644]

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 (file)
index 0000000..53917ed
--- /dev/null
@@ -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]]