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