rename Git.Filename to Git.Quote

This commit is contained in:
Joey Hess 2023-04-12 17:18:29 -04:00
parent 2a0a0fec8c
commit fe5e586b72
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
15 changed files with 19 additions and 19 deletions

View file

@ -23,7 +23,7 @@ import Common
import Git
import Git.Command
import Git.FilePath
import qualified Git.Filename
import qualified Git.Quote
import Utility.Attoparsec
import Numeric
@ -137,7 +137,7 @@ parserLsTree long = case long of
-- sha
<*> (Ref <$> A8.takeTill A8.isSpace)
fileparser = asTopFilePath . Git.Filename.unquote <$> A.takeByteString
fileparser = asTopFilePath . Git.Quote.unquote <$> A.takeByteString
sizeparser = fmap Just A8.decimal