renamed GitRepo to Git
It was always imported qualified as Git anyway
This commit is contained in:
parent
5fe02f2807
commit
f6063a094e
39 changed files with 45 additions and 47 deletions
|
@ -9,7 +9,7 @@ module GitAnnex where
|
|||
|
||||
import System.Console.GetOpt
|
||||
|
||||
import qualified GitRepo as Git
|
||||
import qualified Git
|
||||
import CmdLine
|
||||
import Command
|
||||
import Options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue