rename Git.Filename to Git.Quote
This commit is contained in:
parent
2a0a0fec8c
commit
fe5e586b72
15 changed files with 19 additions and 19 deletions
|
@ -15,7 +15,7 @@ module Types.ActionItem (
|
|||
import Key
|
||||
import Types.Transfer
|
||||
import Git.FilePath
|
||||
import Git.Filename (StringContainingQuotedPath(..))
|
||||
import Git.Quote (StringContainingQuotedPath(..))
|
||||
import Utility.FileSystemEncoding
|
||||
|
||||
data ActionItem
|
||||
|
|
|
@ -32,7 +32,7 @@ import Git.Types
|
|||
import Git.ConfigTypes
|
||||
import Git.Remote (isRemoteKey, remoteKeyToRemoteName)
|
||||
import Git.Branch (CommitMode(..))
|
||||
import Git.Filename (QuotePath(..))
|
||||
import Git.Quote (QuotePath(..))
|
||||
import Utility.DataUnits
|
||||
import Config.Cost
|
||||
import Types.UUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue