From 7044c30d565dc1555f719bb46848c1316c1f838e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Nov 2013 14:44:44 -0400 Subject: no status in bare repo --- Command/Status.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Status.hs') 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"] -- cgit v1.2.3