fix comment

This commit is contained in:
Joey Hess 2024-03-08 14:59:54 -04:00
parent eb2cd944d9
commit 0fb551053b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -352,7 +352,7 @@ reconcileStaged dbisnew qh = ifM isBareRepo
, Param "-z" , Param "-z"
, Param "--no-abbrev" , Param "--no-abbrev"
-- Optimization: Limit to pointer files and annex symlinks. -- Optimization: Limit to pointer files and annex symlinks.
-- This is not perfect. A file could contain with this and not -- This is not perfect. A file could contain this and not
-- be a pointer file. And a pointer file that is replaced with -- be a pointer file. And a pointer file that is replaced with
-- a non-pointer file will match this. This is only a -- a non-pointer file will match this. This is only a
-- prefilter so that's ok. -- prefilter so that's ok.