avoid committing git-annex branch journal when running status

This commit is contained in:
Joey Hess 2013-10-11 01:29:18 -04:00
parent 2943592f51
commit 145b6e9532

View file

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