Blame


1 8797b228 2019-08-04 stsp <!doctype html>
2 8797b228 2019-08-04 stsp <html lang=en>
3 8797b228 2019-08-04 stsp <meta charset=utf-8>
4 8797b228 2019-08-04 stsp
5 8797b228 2019-08-04 stsp <title>Game of Trees Manual Pages</title>
6 8797b228 2019-08-04 stsp <meta name="description" content="Game of Trees Manual Pages">
7 8797b228 2019-08-04 stsp <meta name="viewport" content="width=device-width, initial-scale=1">
8 8797b228 2019-08-04 stsp <link rel="stylesheet" type="text/css" href="openbsd.css">
9 8c7a8b00 2019-08-09 stsp <link rel="canonical" href="https://gameoftrees.org/manual.html">
10 8797b228 2019-08-04 stsp
11 8797b228 2019-08-04 stsp <h2>
12 8797b228 2019-08-04 stsp <a href="index.html">
13 8797b228 2019-08-04 stsp <i>Game of Trees</i></a>
14 8797b228 2019-08-04 stsp Manual Pages
15 8797b228 2019-08-04 stsp </h2>
16 8797b228 2019-08-04 stsp <hr>
17 57a56395 2020-02-17 stsp Manual pages installed by the <tt>got</tt> package:
18 8797b228 2019-08-04 stsp <ul>
19 ae520cae 2019-08-05 stsp <li><a href="got.1.html">got</a> &mdash; Game of Trees
20 c7bd9844 2019-08-05 stsp <li><a href="tog.1.html">tog</a> &mdash; Git repository browser
21 8797b228 2019-08-04 stsp <li><a href="got-worktree.5.html">got-worktree</a> &mdash; Got work tree format
22 8797b228 2019-08-04 stsp <li><a href="git-repository.5.html">git-repository</a> &mdash; Git repository format
23 57a56395 2020-02-17 stsp </ul>
24 57a56395 2020-02-17 stsp Manual pages installed by the <tt>gotweb</tt> package:
25 57a56395 2020-02-17 stsp <ul>
26 b2c82ae2 2020-02-17 stsp <li><a href="gotweb.conf.5.html">gotweb.conf</a> &mdash; gotweb configuration file
27 b2c82ae2 2020-02-17 stsp <li><a href="gotweb.8.html">gotweb</a> &mdash; Game of Trees Git repository server for web browsers
28 8797b228 2019-08-04 stsp </ul>