diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-21T10·03+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-09-21T11·29+0300 |
commit | 43b1791ec601732ac31195df96781a848360a9ac (patch) | |
tree | daae8d638343295d2f1f7da955e556ef4c958864 /third_party/git/po/TEAMS | |
parent | 2d8e7dc9d9c38127ec4ebd13aee8e8f586a43318 (diff) |
chore(3p/git): Unvendor git and track patches instead r/2903
This was vendored a long time ago under the expectation that keeping it in sync with cgit would be easier this way, but it has proven not to be a big issue. On the other hand, a vendored copy of git is an annoying maintenance burden. It is much easier to rebase the single (dottime) patch that we have. This removes the vendored copy of git and instead passes the git source code to cgit via `pkgs.srcOnly`, which includes the applied patch so that cgit can continue rendering dottime. Change-Id: If31f62dea7ce688fd1b9050204e9378019775f2b
Diffstat (limited to 'third_party/git/po/TEAMS')
-rw-r--r-- | third_party/git/po/TEAMS | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/third_party/git/po/TEAMS b/third_party/git/po/TEAMS deleted file mode 100644 index 2fc21adc9aa6..000000000000 --- a/third_party/git/po/TEAMS +++ /dev/null @@ -1,77 +0,0 @@ -Core Git translation language teams -(please keep the list sorted alphabetically on language field) - -Language: bg (Bulgarian) -Repository: https://github.com/git-l10n/git-po -Leader: Alexander Shopov <ash@kambanaria.org> - -Language: ca (Catalan) -Repository: https://github.com/Softcatala/git-po -Leader: Jordi Mas <jmas@softcatala.org> -Members: Alex Henrie <alexhenrie24@gmail.com> - -Language: de (German) -Repository: https://github.com/ruester/git-po-de -Leader: Matthias Rüster <matthias.ruester@gmail.com> -Members: Ralf Thielow <ralf.thielow@gmail.com> - Phillip Szelat <phillip.szelat@gmail.com> - -Language: el (Greek) -Repository: https://github.com/vyruss/git-po-el -Leader: Jimmy Angelakos <vyruss@hellug.gr> - -Language: es (Spanish) -Repository: https://github.com/ChrisADR/git-po -Leader: Christopher Díaz <christopher.diaz.riv@gmail.com> - -Language: fr (French) -Repository: https://github.com/jnavila/git -Leader: Jean-Noël Avila <jn.avila@free.fr> -Members: Sébastien Helleu <flashcode@flashtux.org> - -Language: is (Icelandic) -Leader: Ævar Arnfjörð Bjarmason <avarab@gmail.com> - -Language: it (Italian) -Repository: https://github.com/AlessandroMenti/git-po -Leader: Alessandro Menti <alessandro.menti@alessandromenti.it> - -Language: ko (Korean) -Repository: https://github.com/git-l10n-ko/git-l10n-ko/ -Leader: Gwan-gyeong Mun <elongbug@gmail.com> -Members: Changwoo Ryu <cwryu@debian.org> - Sihyeon Jang <uneedsihyeon@gmail.com> - -Language: pt_PT (Portuguese - Portugal) -Repository: https://github.com/git-l10n-pt-PT/git-po/ -Leader: Daniel Santos <hello@brighterdan.com> - -Language: ru (Russian) -Repository: https://github.com/DJm00n/git-po-ru/ -Leader: Dimitriy Ryazantcev <DJm00n AT mail.ru> -Members: insolor <insolor AT gmail.com> - -Language: sv (Swedish) -Repository: https://github.com/nafmo/git-l10n-sv/ -Leader: Peter Krefting <peter@softwolves.pp.se> - -Language: tr (Turkish) -Repository: https://github.com/bitigchi/git-po/ -Leader: Emir SARI <bitigchi@me.com> - -Language: vi (Vietnamese) -Repository: https://github.com/vnwildman/git/ -Leader: Trần Ngọc Quân <vnwildman AT gmail.com> -Members: Nguyễn Thái Ngọc Duy <pclouds AT gmail.com> - -Language: zh_CN (Simplified Chinese) -Repository: https://github.com/jiangxin/git/ -Leader: Jiang Xin <worldhello.net AT gmail.com> -Members: Ray Chen <oldsharp AT gmail.com> - 依云 <lilydjwg AT gmail.com> - Fangyi Zhou <me AT fangyi.io> - -Language: zh_TW (Traditional Chinese) -Respository: https://github.com/l10n-tw/git-po -Leader: Yi-Jyun Pan <pan93412 AT gmail.com> -Members: Franklin Weng <franklin AT goodhorse.idv.tw> |