mirror of
https://git.zx2c4.com/cgit
synced 2024-11-23 00:48:42 +00:00
Simplify development model, for the time being.
This commit is contained in:
parent
344189a984
commit
be8dd4a5e1
33
index
33
index
@ -3,8 +3,8 @@ cgit quick facts
|
|||||||
|
|
||||||
* web interface ([cgi][]) for [git][] repositories, written in [C][]
|
* web interface ([cgi][]) for [git][] repositories, written in [C][]
|
||||||
* licensed under [GPLv2][]
|
* licensed under [GPLv2][]
|
||||||
* discussions, patches etc. goes to the [list] ([archive], [gmane]).
|
* discussions, patches etc. goes to the [list][] ([archive][], [gmane][]).
|
||||||
* common questions are answered in the [faq].
|
* common questions are answered in the [faq][].
|
||||||
|
|
||||||
[cgi]: http://www.ietf.org/rfc/rfc3875.txt
|
[cgi]: http://www.ietf.org/rfc/rfc3875.txt
|
||||||
[git]: http://git-scm.org
|
[git]: http://git-scm.org
|
||||||
@ -31,30 +31,15 @@ features
|
|||||||
* understands gitweb project-lists
|
* understands gitweb project-lists
|
||||||
* understands gitweb.owner in git config files
|
* understands gitweb.owner in git config files
|
||||||
|
|
||||||
|
|
||||||
branches
|
|
||||||
--------
|
|
||||||
* [stable]: fixes for the previous release
|
|
||||||
* [master]: features for the next release
|
|
||||||
* [wip]: bleeding-edge stuff, frequently rebased
|
|
||||||
* [wiki]: the info found on this page
|
|
||||||
|
|
||||||
[stable]: http://hjemli.net/git/cgit/log/?h=stable
|
|
||||||
[master]: http://hjemli.net/git/cgit/log/
|
|
||||||
[wip]: http://hjemli.net/git/cgit/log/?h=wip
|
|
||||||
[wiki]: http://hjemli.net/git/cgit/log/?h=wiki
|
|
||||||
|
|
||||||
|
|
||||||
source code
|
source code
|
||||||
-----------
|
-----------
|
||||||
* download current or past [releases]
|
* download current or past [releases][]
|
||||||
* clone the repo using git or http protocol:
|
* clone the repo using the http protocol:
|
||||||
* git://hjemli.net/pub/git/cgit
|
* git clone http://git.zx2c4.com/cgit
|
||||||
* http://hjemli.net/git/cgit
|
* see the [README][] for build instructions
|
||||||
* see the [README] for build instructions
|
|
||||||
|
|
||||||
[releases]: http://hjemli.net/git/cgit/refs/tags
|
[releases]: ../refs/tags
|
||||||
[README]: http://hjemli.net/git/cgit/tree/README
|
[README]: ../tree/README
|
||||||
|
|
||||||
|
|
||||||
packages
|
packages
|
||||||
@ -65,7 +50,7 @@ packages
|
|||||||
* [gentoo][]
|
* [gentoo][]
|
||||||
* [macports][]
|
* [macports][]
|
||||||
* [opensuse][]
|
* [opensuse][]
|
||||||
* [pkgsrc]
|
* [pkgsrc][]
|
||||||
|
|
||||||
[archlinux]: http://aur.archlinux.org/packages.php?ID=22790
|
[archlinux]: http://aur.archlinux.org/packages.php?ID=22790
|
||||||
[darwinports]: http://cgit.darwinports.com/
|
[darwinports]: http://cgit.darwinports.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user