diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
commit | 4f050ca9b80d0565e408137f2422e808b82cfd11 (patch) | |
tree | 5aca9688e49dee8915a962de4baf4c305ccbfa9e /Command/Status.hs | |
parent | 541178b499d084e4041ae4b9d62bf86f5a97c3ff (diff) |
reorganize some files and imports
Diffstat (limited to 'Command/Status.hs')
-rw-r--r-- | Command/Status.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs index 462d68e05..cd6c25983 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -15,7 +15,6 @@ import Config import qualified Git.LsFiles as LsFiles import qualified Git.Ref import qualified Git -import GitAnnex.Options def :: [Command] def = [notBareRepo $ noCommit $ noMessages $ withOptions [jsonOption] $ |