This commit is contained in:
Joey Hess 2023-09-14 20:29:12 -04:00
parent f031d01436
commit bda0db6f65
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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]]