converted Status

This commit is contained in:
Joey Hess 2015-07-11 10:42:46 -04:00
parent 215f636bb3
commit c6375a9158
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ import qualified Git.Ref
import qualified Git
cmd :: Command
cmd = notBareRepo $ noCommit $ noMessages $ withOptions [jsonOption] $
cmd = notBareRepo $ noCommit $ noMessages $ withGlobalOptions [jsonOption] $
command "status" SectionCommon
"show the working tree status"
paramPaths (withParams seek)