renamed GitRepo to Git

It was always imported qualified as Git anyway
This commit is contained in:
Joey Hess 2011-06-30 13:16:57 -04:00
parent 5fe02f2807
commit f6063a094e
39 changed files with 45 additions and 47 deletions

View file

@ -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