From: Oleg Broytman Date: Mon, 24 Aug 2015 21:07:17 +0000 (+0300) Subject: Change wording X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=3aa77dff7cccf0134ce172ca42ef42a03939b82f Change wording --- diff --git a/pep-git.txt b/pep-git.txt index d485a6f..8078d3b 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 @@ -846,13 +846,13 @@ 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; `Gogs -`_ is written in Go; when its development seemed to -be stagnated there was a fork `Gitea `_, still -active. +`_ is written in Go; there is a fork `Gitea +`_. And last but not least `Gitlab `_. 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