From f611cedd37ce8738bf7561aaeb5f6e84939c9e3c Mon Sep 17 00:00:00 2001 From: lesh59 Date: Sun, 22 Nov 2020 04:37:38 +0800 Subject: [PATCH 1/2] Updated README.md to include Gogs2Gitea in Migration section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5339773..6ad72ef 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ A curated list of awesome projects related to Gitea. ## Migration * [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc. -* [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea. +* [Gogs2Gitea](https://github.com/lesh59/Gogs2Gitea) - A SQL script and process (README) to migrate directly from Gogs 0.12.3 to Gitea 1.12.5 / 1.12.6 in MySQL/MariaDB and maybe other DB's. ## Organizations -- 2.40.1 From 76e88c754ae358cdcb884897678f168e62e144f9 Mon Sep 17 00:00:00 2001 From: lesh59 Date: Sun, 22 Nov 2020 04:42:54 +0800 Subject: [PATCH 2/2] Restored accidentally removed gitlab2gitea migration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ad72ef..7b46aa6 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ A curated list of awesome projects related to Gitea. ## Migration * [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc. +* [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea. * [Gogs2Gitea](https://github.com/lesh59/Gogs2Gitea) - A SQL script and process (README) to migrate directly from Gogs 0.12.3 to Gitea 1.12.5 / 1.12.6 in MySQL/MariaDB and maybe other DB's. ## Organizations -- 2.40.1