summaryrefslogtreecommitdiff
path: root/Command/Status.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-11 01:29:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-11 01:29:18 -0400
commita979680f346e9f34f2dc1496a45d497e2592e804 (patch)
tree177f108bedc2fe0b57dfeb90b13be935fca3d7f3 /Command/Status.hs
parent7dcceb885e4b31a884767bc5c1c5681da5ffdd07 (diff)
avoid committing git-annex branch journal when running status
Diffstat (limited to 'Command/Status.hs')
-rw-r--r--Command/Status.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs
index e9df79eb3..89d08c794 100644
--- a/Command/Status.hs
+++ b/Command/Status.hs
@@ -70,7 +70,7 @@ data StatInfo = StatInfo
type StatState = StateT StatInfo Annex
def :: [Command]
-def = [command "status" paramPaths seek
+def = [noCommit $ command "status" paramPaths seek
SectionQuery "shows status information about the annex"]
seek :: [CommandSeek]