index (view raw)
1cgit quick facts
2----------------
3
4 * web interface ([cgi][]) for [git][] repositories, written in [C][]
5 * licensed under [GPLv2][]
6 * discussions, patches etc. goes to the [list] ([archive]).
7
8[cgi]: http://www.ietf.org/rfc/rfc3875.txt
9[git]: http://git-scm.org
10[C]: http://en.wikipedia.org/wiki/C_%28programming_language%29
11[GPLv2]: http://www.gnu.org/licenses/gpl-2.0.html
12[list]: mailto:cgit@hjemli.net
13[archive]: http://hjemli.net/pipermail/cgit/
14
15
16features
17--------
18 * basic repository browsing (logs, diffs, trees...)
19 * caching of generated html
20 * cloneable urls (implements dumb http transport)
21 * commit feeds (atom format)
22 * discovery of git repositories
23 * on-the-fly archives for tags and commits
24 * plugin-support for e.g. syntax highlighting
25 * side-by-side diffs
26 * simple time/author statistics
27 * simple virtual hosting support (macro expansion)
28 * understands gitweb project-lists
29 * understands gitweb.owner in git config files
30
31
32branches
33--------
34 * [stable]: fixes for the previous release
35 * [master]: features for the next release
36 * [wip]: bleeding-edge stuff, frequently rebased
37 * [wiki]: the info found on this page
38
39[stable]: http://hjemli.net/git/cgit/log/?h=stable
40[master]: http://hjemli.net/git/cgit/log/
41[wip]: http://hjemli.net/git/cgit/log/?h=wip
42[wiki]: http://hjemli.net/git/cgit/log/?h=wiki
43
44
45source code
46-----------
47 * download current or past [releases]
48 * clone the repo using git or http protocol:
49 * git://hjemli.net/pub/git/cgit
50 * http://hjemli.net/git/cgit
51 * see the [README] for build instructions
52
53[releases]: http://hjemli.net/git/cgit/refs/tags
54[README]: http://hjemli.net/git/cgit/tree/README
55
56
57packages
58--------
59 * [archlinux][]
60 * [darwinports][]
61 * [fedora][]
62 * [gentoo][]
63 * [macports][]
64 * [opensuse][]
65 * [pkgsrc]
66
67[archlinux]: http://aur.archlinux.org/packages.php?ID=22790
68[darwinports]: http://cgit.darwinports.com/
69[fedora]: https://admin.fedoraproject.org/pkgdb/acls/name/cgit
70[gentoo]: http://packages.gentoo.org/package/www-apps/cgit
71[macports]: http://trac.macports.org/browser/trunk/dports/www/cgit
72[opensuse]: https://build.opensuse.org/package/show?package=cgit&project=devel%3Atools%3Ascm
73[pkgsrc]: http://pkgsrc.se/wip/cgit