summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Git.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Git.hs')
-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")