diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-17 13:49:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-17 13:49:20 -0400 |
commit | a1aa71efc9d1db42b425f43afc1ff4a37c4c0f3a (patch) | |
tree | 9cb3a1d14cc6ff3e462b18510f4aae9caf1a4ac7 /doc | |
parent | 9fbef7e1d2c4e8bbaf3eaf89885f18b88edbe429 (diff) | |
download | ikiwiki-a1aa71efc9d1db42b425f43afc1ff4a37c4c0f3a.tar ikiwiki-a1aa71efc9d1db42b425f43afc1ff4a37c4c0f3a.tar.gz |
document the gitbranch template
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git.mdwn b/doc/git.mdwn index 55967e543..0f280fb35 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -65,6 +65,10 @@ think about merging them. This is recommended. :-) ## branches +In order to refer to a branch in one of the above git repositories, for +example when submitting a [[patch]], you can use the +[[templates/gitbranch]] template. + Some of the branches included in the main repository include: * `gallery` contains the [[todo/Gallery]] plugin. It's not yet merged |