summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-01-05 13:30:17 -0400
committerJoey Hess2016-01-05 13:30:17 -0400
commit3d5dff437d05388eed90b0c91f6521ac80be3703 (patch)
tree9372452f9e60ba298140a6342ec7914370112277
parent60fffe0bac248d3f2c9ce74da1752b996226be59 (diff)
improve doc
-rw-r--r--src/Propellor/Property/Git.hs3
1 files changed, 2 insertions, 1 deletions
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")