diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-01-05 13:30:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-05 13:30:17 -0400 |
| commit | 3d5dff437d05388eed90b0c91f6521ac80be3703 (patch) | |
| tree | 9372452f9e60ba298140a6342ec7914370112277 /src | |
| parent | 60fffe0bac248d3f2c9ce74da1752b996226be59 (diff) | |
improve doc
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Git.hs | 3 |
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") |
