X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=60d08b65cd08da824ce1a8b049740a6fe60bebed;hb=56f550d92dde40538303f0011fa67cb276f197de;hp=e143afc5b6f2f7310760348d86d75a91cde69a5c;hpb=1b200b91a610cd4d595a6e155768e4f2d48a0515;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index e143afc..60d08b6 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -14,7 +14,7 @@ Abstract This Informational PEP collects information about git. There is, of course, a lot of documentation for git, so the PEP concentrates on -more complex issues, scenarios and topics. +more complex issues, scenarios and examples. The plan is to extend the PEP in the future collecting information about equivalence of Mercurial and git scenarios to help migrating @@ -841,18 +841,19 @@ Perl and C). In addition to web interface both provide read-only dumb http access for git (http(s):// URLs). There are also more advanced web-based development environments that -include ability to create and manage users and groups, private, group -and public repositories, and usually include issue trackers, wiki -pages and other developers tools. Among these environments are -`Kallithea `_ and `pagure -`_, both are written in Python; `Gogs -`_ is written in Go; when its development seemed to -be stagnated there was a fork `Gitea `_, still -active. - -And last but not least `Gitlab `_. It's the -most advanced web-based development environment. Written in Ruby, -community edition is free and open source (MIT license). +include ability to manage users, groups and projects; private, group +and public repositories; and often include issue trackers, wiki pages, +pull requests and other tools for development and communication. Among +these environments are `Kallithea `_ and +`pagure `_, both are written in Python; pagure was +written by Fedora developers and is being used to develop some Fedora +projects. `Gogs `_ is written in Go; there is a fork +`Gitea `_. + +And last but not least `Gitlab `_. It's +perhaps the most advanced git web-based development environment. +Written in Ruby, community edition is free and open source (MIT +license). From Mercurial to git