aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs8
1 files changed, 2 insertions, 6 deletions
diff --git a/git-annex.hs b/git-annex.hs
index f95181784..878d8bdbb 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -1,4 +1,4 @@
-{- git-annex main program
+{- git-annex main program stub
-
- Copyright 2010 Joey Hess <joey@kitenet.net>
-
@@ -7,12 +7,8 @@
import System.Environment
-import qualified GitRepo as Git
-import CmdLine
import GitAnnex
-
main :: IO ()
main = do
args <- getArgs
- gitrepo <- Git.repoFromCwd
- dispatch gitrepo args cmds options header
+ run args