summaryrefslogtreecommitdiff
path: root/BackendTypes.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 19:43:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 19:43:32 -0400
commitbe5b1defeb2f3b5499fd3c002fcdba5b5e9d15f5 (patch)
tree1c6ea3d755aa0cc3cc41aab4864e21c16a75c778 /BackendTypes.hs
parentb3e5590fb2995d73d5e69a3954fcb11d9fe98d28 (diff)
add --no-commit option
Diffstat (limited to 'BackendTypes.hs')
-rw-r--r--BackendTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackendTypes.hs b/BackendTypes.hs
index 49bd1bceb..06ecfb8fe 100644
--- a/BackendTypes.hs
+++ b/BackendTypes.hs
@@ -11,7 +11,7 @@ import Data.String.Utils
import qualified GitRepo as Git
-- command-line flags
-data Flag = Force | NeedCommit
+data Flag = Force | NoCommit | NeedCommit
deriving (Eq, Read, Show)
-- git-annex's runtime state type doesn't really belong here,