accidentially removed
[ikiwiki.git] / doc / branches.mdwn
1 In order to refer to a branch in one of the [[git]] repositories, for
2 example when submitting a [[patch]], you can use the
3 [[templates/gitbranch]] template.
4
5 Branches referred to in open [[bugs]] and [[todo]]:
6
7 [[!inline pages="(todo/* or bugs/*) and link(/branches) and !link(bugs/done)
8 and !link(todo/done) and !*/*/*" show=0 archive=yes]]
9
10 All branches:
11
12 [[!inline pages="link(/branches)" show=0 archive=yes]]
13
14 The main ikiwiki git repository has some branches included in it, too:
15
16 * `gallery` contains the [[todo/Gallery]] plugin. It's not yet merged
17   due to license issues.  Also some bits need to be tweaked to make it
18   work with the current *master* branch again.
19 * `wikiwyg` adds [[todo/wikiwyg]] support. It is unmerged pending some
20   changes.
21 * `debian-stable` is used for updates to the old version included in
22   Debian's stable release, and `debian-testing` is used for updates to
23   Debian's testing release. (These and similar branches will be rebased.)
24 * `ignore` gets various branches merged to it that [[Joey]] wishes to ignore
25   when looking at everyone's unmerged changes.
26 * `pristine-tar` contains deltas that
27   [pristine-tar](http://kitenet.net/~joey/code/pristine-tar)
28   can use to recreate released tarballs of ikiwiki
29