From b236b57cbe6cb0a89b16bcbc5965e3e8683e3895 Mon Sep 17 00:00:00 2001 From: Cody Heimberger Date: Tue, 6 Mar 2018 12:21:38 -0700 Subject: [PATCH 1/4] added gitolite --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d6511642..2658313b 100644 --- a/README.md +++ b/README.md @@ -1116,6 +1116,9 @@ _See also [Ticketing](#ticketing), [Task management/To-do lists](#task-managemen - [The Bug Genie](http://www.thebuggenie.com/) - The Bug Genie is a friendly project management and issue tracking tool. ([Source Code](https://github.com/thebuggenie/thebuggenie)) `MPL-2.0` `PHP` - [Trac](http://trac.edgewall.org/) - Trac is an enhanced wiki and issue tracking system for software development projects. `BSD` `Python` - [Tuleap](https://www.tuleap.org/) - Tuleap is a libre suite to plan, track, code and collaborate on software projects. ([Source Code](https://tuleap.net/plugins/git/tuleap/tuleap/stable?p=tuleap%2Fstable.git&a=tree)) `GPL-2.0` `PHP` +- [Gitolite](http://gitolite.com/gitolite/index.html) - Gitolite allows you to + setup git hosting on a central server, with fine-grained access control and +many more powerful features. `GPLv2` `Perl` ### Bug Trackers From 999ce5c9e196dbd744d2c1960032ce15a1e89471 Mon Sep 17 00:00:00 2001 From: Cody Heimberger Date: Tue, 6 Mar 2018 12:23:54 -0700 Subject: [PATCH 2/4] added source code link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2658313b..b94f6457 100644 --- a/README.md +++ b/README.md @@ -1118,7 +1118,7 @@ _See also [Ticketing](#ticketing), [Task management/To-do lists](#task-managemen - [Tuleap](https://www.tuleap.org/) - Tuleap is a libre suite to plan, track, code and collaborate on software projects. ([Source Code](https://tuleap.net/plugins/git/tuleap/tuleap/stable?p=tuleap%2Fstable.git&a=tree)) `GPL-2.0` `PHP` - [Gitolite](http://gitolite.com/gitolite/index.html) - Gitolite allows you to setup git hosting on a central server, with fine-grained access control and -many more powerful features. `GPLv2` `Perl` +many more powerful features. ([Source Code](https://github.com/sitaramc/gitolite)) `GPLv2` `Perl` ### Bug Trackers From 4aca3af74d01929b2d9961a1c33cabc18d502308 Mon Sep 17 00:00:00 2001 From: Cody Heimberger Date: Tue, 6 Mar 2018 12:27:44 -0700 Subject: [PATCH 3/4] rearrange alphabetically --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b94f6457..fe70c942 100644 --- a/README.md +++ b/README.md @@ -1099,6 +1099,9 @@ _See also [Ticketing](#ticketing), [Task management/To-do lists](#task-managemen - [Gitea](https://gitea.io) - Community managed fork of Gogs, lightweight code hosting solution. ([Demo](https://try.gitea.io), [Source Code](https://github.com/go-gitea/gitea)) `MIT` `Go` - [GitLab](http://gitlab.org/) - Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis. ([Demo](https://gitlab.com/), [Source Code](https://gitlab.com/gitlab-org/gitlab-ce)) `MIT` `Ruby` - [Gitlist](http://gitlist.org/) - Web-based git repository browser - GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. ([Source Code](https://github.com/klaussilveira/gitlist)) `BSD-3-Clause` `PHP` +- [Gitolite](http://gitolite.com/gitolite/index.html) - Gitolite allows you to + setup git hosting on a central server, with fine-grained access control and +many more powerful features. ([Source Code](https://github.com/sitaramc/gitolite)) `GPLv2` `Perl` - [GitPrep](http://gitprep.yukikimoto.com/) - Portable Github clone. ([Demo](http://perlcodesample.sakura.ne.jp/gitprep/gitprep.cgi), [Source Code](https://github.com/yuki-kimoto/gitprep)) `Artistic-2.0` `Perl` - [Git WebUI](https://github.com/alberthier/git-webui) - Standalone web based user interface for git repositories. `Apache-2.0` `Python` - [Gogs](https://gogs.io/) - Painless self-hosted Git Service written in Go. ([Demo](https://try.gogs.io/), [Source Code](https://github.com/gogits/gogs)) `MIT` `Go` @@ -1116,9 +1119,6 @@ _See also [Ticketing](#ticketing), [Task management/To-do lists](#task-managemen - [The Bug Genie](http://www.thebuggenie.com/) - The Bug Genie is a friendly project management and issue tracking tool. ([Source Code](https://github.com/thebuggenie/thebuggenie)) `MPL-2.0` `PHP` - [Trac](http://trac.edgewall.org/) - Trac is an enhanced wiki and issue tracking system for software development projects. `BSD` `Python` - [Tuleap](https://www.tuleap.org/) - Tuleap is a libre suite to plan, track, code and collaborate on software projects. ([Source Code](https://tuleap.net/plugins/git/tuleap/tuleap/stable?p=tuleap%2Fstable.git&a=tree)) `GPL-2.0` `PHP` -- [Gitolite](http://gitolite.com/gitolite/index.html) - Gitolite allows you to - setup git hosting on a central server, with fine-grained access control and -many more powerful features. ([Source Code](https://github.com/sitaramc/gitolite)) `GPLv2` `Perl` ### Bug Trackers From 095f440ef5e104816a13f1d17632d78e75c1f8c2 Mon Sep 17 00:00:00 2001 From: Cody Heimberger Date: Wed, 7 Mar 2018 15:47:30 -0700 Subject: [PATCH 4/4] formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fe70c942..ac4c7321 100644 --- a/README.md +++ b/README.md @@ -1099,9 +1099,7 @@ _See also [Ticketing](#ticketing), [Task management/To-do lists](#task-managemen - [Gitea](https://gitea.io) - Community managed fork of Gogs, lightweight code hosting solution. ([Demo](https://try.gitea.io), [Source Code](https://github.com/go-gitea/gitea)) `MIT` `Go` - [GitLab](http://gitlab.org/) - Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis. ([Demo](https://gitlab.com/), [Source Code](https://gitlab.com/gitlab-org/gitlab-ce)) `MIT` `Ruby` - [Gitlist](http://gitlist.org/) - Web-based git repository browser - GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. ([Source Code](https://github.com/klaussilveira/gitlist)) `BSD-3-Clause` `PHP` -- [Gitolite](http://gitolite.com/gitolite/index.html) - Gitolite allows you to - setup git hosting on a central server, with fine-grained access control and -many more powerful features. ([Source Code](https://github.com/sitaramc/gitolite)) `GPLv2` `Perl` +- [Gitolite](http://gitolite.com/gitolite/index.html) - Gitolite allows you to setup git hosting on a central server, with fine-grained access control and many more powerful features. ([Source Code](https://github.com/sitaramc/gitolite)) `GPL-2.0` `Perl` - [GitPrep](http://gitprep.yukikimoto.com/) - Portable Github clone. ([Demo](http://perlcodesample.sakura.ne.jp/gitprep/gitprep.cgi), [Source Code](https://github.com/yuki-kimoto/gitprep)) `Artistic-2.0` `Perl` - [Git WebUI](https://github.com/alberthier/git-webui) - Standalone web based user interface for git repositories. `Apache-2.0` `Python` - [Gogs](https://gogs.io/) - Painless self-hosted Git Service written in Go. ([Demo](https://try.gogs.io/), [Source Code](https://github.com/gogits/gogs)) `MIT` `Go`