avoid committing git-annex branch journal when running status
This commit is contained in:
parent
2943592f51
commit
145b6e9532
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue