From 3d5dff437d05388eed90b0c91f6521ac80be3703 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Jan 2016 13:30:17 -0400 Subject: improve doc --- src/Propellor/Property/Git.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/Git.hs b/src/Propellor/Property/Git.hs index 1deda951..a5ef5ab1 100644 --- a/src/Propellor/Property/Git.hs +++ b/src/Propellor/Property/Git.hs @@ -150,7 +150,8 @@ repoAcceptsNonFFs repo = accepts refuses `describe` desc "rejects" desc s = "git repo " ++ repo ++ " " ++ s ++ " non-fast-forward pushes" --- | Sets a bare repository's default branch. +-- | Sets a bare repository's default branch, which will be checked out +-- when cloning it. bareRepoDefaultBranch :: FilePath -> String -> Property NoInfo bareRepoDefaultBranch repo branch = userScriptProperty (User "root") -- cgit v1.2.3