aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index
blob: cda03c3ebe131d1e60fea02262f992a38c561358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
cgit quick facts
----------------

 * web interface ([cgi][]) for [git][] repositories, written in [C][]
 * licensed under [GPLv2][]
 * discussions, patches etc. goes to the [list][] ([signup][], [archive][], [gmane][]).
 * common questions are answered in the [faq][].

[cgi]:     http://www.ietf.org/rfc/rfc3875.txt
[git]:     http://git-scm.org
[C]:       http://en.wikipedia.org/wiki/C_%28programming_language%29
[GPLv2]:   http://www.gnu.org/licenses/gpl-2.0.html
[list]:    mailto:cgit@lists.zx2c4.com
[signup]:  http://lists.zx2c4.com/mailman/listinfo/cgit
[archive]: http://lists.zx2c4.com/pipermail/cgit/
[gmane]:   http://dir.gmane.org/gmane.comp.version-control.cgit
[faq]:     faq


features
--------
 * basic repository browsing (logs, diffs, trees...)
 * caching of generated html
 * cloneable urls (implements dumb http transport)
 * commit feeds (atom format)
 * discovery of git repositories
 * on-the-fly archives for tags and commits
 * plugin-support for e.g. syntax highlighting
 * side-by-side diffs
 * simple time/author statistics
 * simple virtual hosting support (macro expansion)
 * understands gitweb project-lists
 * understands gitweb.owner in git config files

source code
-----------
 * download current or past [releases][]
 * clone the repo using the http protocol:
   * git clone git://git.zx2c4.com/cgit
 * see the [README][] for build instructions

[releases]: /cgit/refs/tags
[README]:   /cgit/tree/README


packages
--------
 * [archlinux][]
 * [darwinports][]
 * [fedora][]
 * [gentoo][]
 * [macports][]
 * [opensuse][]
 * [pkgsrc][]

[archlinux]:    https://www.archlinux.org/packages/community/x86_64/cgit/
[darwinports]:  http://cgit.darwinports.com/
[fedora]:       https://admin.fedoraproject.org/pkgdb/acls/name/cgit
[gentoo]:       http://packages.gentoo.org/package/www-apps/cgit
[macports]:     http://trac.macports.org/browser/trunk/dports/www/cgit
[opensuse]:     https://build.opensuse.org/package/show?package=cgit&project=devel%3Atools%3Ascm
[pkgsrc]:       http://pkgsrc.se/wip/cgit

<script type="text/javascript">
if (location.href != "http://git.zx2c4.com/cgit/about/")
	window.location.href = "http://git.zx2c4.com/cgit/about/";
</script>