remove objectDir'

This commit is contained in:
Joey Hess 2022-06-22 16:08:49 -04:00
parent f80ec74128
commit 95a04920cf
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 9 additions and 13 deletions

View file

@ -337,7 +337,7 @@ reconcileStaged qh = unlessM (Git.Config.isBare <$> gitRepo) $ do
-- a non-pointer file will match this. This is only a
-- prefilter so that's ok.
, Param $ "-G" ++ fromRawFilePath (toInternalGitPath $
P.pathSeparator `S.cons` objectDir')
P.pathSeparator `S.cons` objectDir)
-- Disable rename detection.
, Param "--no-renames"
-- Avoid other complications.