diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-07 14:44:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-07 14:44:44 -0400 |
commit | 7044c30d565dc1555f719bb46848c1316c1f838e (patch) | |
tree | ad9f096829dae58bbdf9da4b2dc6ac61df249e5c /Command | |
parent | 9c90949dba5bfbf45d0773030559c5de80a32680 (diff) |
no status in bare repo
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 fa478f928..5dc625994 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -17,7 +17,7 @@ import qualified Git.Ref import qualified Git def :: [Command] -def = [noCommit $ noMessages $ +def = [notBareRepo $ noCommit $ noMessages $ command "status" paramPaths seek SectionCommon "show the working tree status"] |