]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
pagure was written by Fedora developers
[git-wiki.git] / pep-git.txt
index d485a6fe33309cf287cdc3cedf6a4b53f58bdb27..60d08b65cd08da824ce1a8b049740a6fe60bebed 100644 (file)
@@ -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
 
 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
 
 The plan is to extend the PEP in the future collecting information
 about equivalence of Mercurial and git scenarios to help migrating
@@ -845,14 +845,15 @@ 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 <https://kallithea-scm.org/>`_ and
 and public repositories; and often include issue trackers, wiki pages,
 pull requests and other tools for development and communication. Among
 these environments are `Kallithea <https://kallithea-scm.org/>`_ and
-`pagure <https://pagure.io/>`_, both are written in Python; `Gogs
-<http://gogs.io/>`_ is written in Go; when its development seemed to
-be stagnated there was a fork `Gitea <http://gitea.io/>`_, still
-active.
+`pagure <https://pagure.io/>`_, both are written in Python; pagure was
+written by Fedora developers and is being used to develop some Fedora
+projects. `Gogs <http://gogs.io/>`_ is written in Go; there is a fork
+`Gitea <http://gitea.io/>`_.
 
 And last but not least `Gitlab <https://about.gitlab.com/>`_. It's
 
 And last but not least `Gitlab <https://about.gitlab.com/>`_. It's
-perhaps the most advanced web-based development environment. Written
-in Ruby, community edition is free and open source (MIT license).
+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
 
 
 From Mercurial to git