diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-11 01:29:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-11 01:29:18 -0400 |
commit | a979680f346e9f34f2dc1496a45d497e2592e804 (patch) | |
tree | 177f108bedc2fe0b57dfeb90b13be935fca3d7f3 /Command | |
parent | 7dcceb885e4b31a884767bc5c1c5681da5ffdd07 (diff) |
avoid committing git-annex branch journal when running status
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Status.hs | 2 |
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] |