]> sipb.mit.edu Git - ikiwiki.git/blob - doc/branches.mdwn
ok ok i gotta sleep now
[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. For example:
4
5         \[[!template id=gitbranch branch=yourrepo/amazingbranch author="\[[yourname]]"]]
6
7 Branches that have been [[reviewed]] and need work will not be listed
8 here.
9
10 Branches referred to in open [[bugs]] and [[todo]]:
11
12 [[!inline pages="(todo/* or bugs/*) and link(/branches) and !link(bugs/done)
13 and !link(todo/done) and !*/*/*" show=0 archive=yes]]
14
15 Long-lived branches in the main git repository:
16
17 * `debian-stable` is used for updates to the old version included in
18   Debian's stable release, and `debian-testing` is used for updates to
19   Debian's testing release. (These and similar branches will be rebased.)
20 * `ignore` gets various branches merged to it that [[Joey]] wishes to ignore
21   when looking at everyone's unmerged changes.
22 * `pristine-tar` contains deltas that
23   [pristine-tar](http://joeyh.name/code/pristine-tar)
24   can use to recreate released tarballs of ikiwiki
25 * `setup` contains the ikiwiki.setup file for this site