summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/pull_request:_Git.bareRepoDefaultBranch_property.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/pull_request:_Git.bareRepoDefaultBranch_property.mdwn b/doc/todo/pull_request:_Git.bareRepoDefaultBranch_property.mdwn
index c9a6cc2f..038ab876 100644
--- a/doc/todo/pull_request:_Git.bareRepoDefaultBranch_property.mdwn
+++ b/doc/todo/pull_request:_Git.bareRepoDefaultBranch_property.mdwn
@@ -3,3 +3,5 @@ Please consider merging branch `defaultbranch` of repo `https://git.spwhitton.na
This branch adds a new property `Git.bareRepoDefaultBranch` which sets the default branch of a bare repository. This is useful when hosting git repositories that don't have a master branch, so that something gets checked out when someone clones them.
I limited this property to bare repositories since the notion of a default branch for a non-bare repository doesn't really make sense.
+
+> [[merged|done]] --[[Joey]]