fix comment
This commit is contained in:
parent
eb2cd944d9
commit
0fb551053b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue