From 43b1791ec601732ac31195df96781a848360a9ac Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 21 Sep 2021 13:03:01 +0300 Subject: chore(3p/git): Unvendor git and track patches instead 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 --- third_party/git/t/t0110/README | 9 --------- third_party/git/t/t0110/url-1 | 1 - third_party/git/t/t0110/url-10 | 1 - third_party/git/t/t0110/url-11 | 1 - third_party/git/t/t0110/url-2 | 1 - third_party/git/t/t0110/url-3 | 1 - third_party/git/t/t0110/url-4 | 1 - third_party/git/t/t0110/url-5 | 1 - third_party/git/t/t0110/url-6 | 1 - third_party/git/t/t0110/url-7 | 1 - third_party/git/t/t0110/url-8 | 1 - third_party/git/t/t0110/url-9 | 1 - 12 files changed, 20 deletions(-) delete mode 100644 third_party/git/t/t0110/README delete mode 100644 third_party/git/t/t0110/url-1 delete mode 100644 third_party/git/t/t0110/url-10 delete mode 100644 third_party/git/t/t0110/url-11 delete mode 100644 third_party/git/t/t0110/url-2 delete mode 100644 third_party/git/t/t0110/url-3 delete mode 100644 third_party/git/t/t0110/url-4 delete mode 100644 third_party/git/t/t0110/url-5 delete mode 100644 third_party/git/t/t0110/url-6 delete mode 100644 third_party/git/t/t0110/url-7 delete mode 100644 third_party/git/t/t0110/url-8 delete mode 100644 third_party/git/t/t0110/url-9 (limited to 'third_party/git/t/t0110') diff --git a/third_party/git/t/t0110/README b/third_party/git/t/t0110/README deleted file mode 100644 index ad4a50ecd8a8..000000000000 --- a/third_party/git/t/t0110/README +++ /dev/null @@ -1,9 +0,0 @@ -The url data files in this directory contain URLs with characters -in the range 0x01-0x1f and 0x7f-0xff to test the proper normalization -of unprintable characters. - -A select few characters in the 0x01-0x1f range are skipped to help -avoid problems running the test itself. - -The urls are in test files in this directory rather than being -embedded in the test script for portability. diff --git a/third_party/git/t/t0110/url-1 b/third_party/git/t/t0110/url-1 deleted file mode 100644 index 519019c5ce6c..000000000000 --- a/third_party/git/t/t0110/url-1 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-10 b/third_party/git/t/t0110/url-10 deleted file mode 100644 index b9965de6a5d7..000000000000 --- a/third_party/git/t/t0110/url-10 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-11 b/third_party/git/t/t0110/url-11 deleted file mode 100644 index f0a50f10096a..000000000000 --- a/third_party/git/t/t0110/url-11 +++ /dev/null @@ -1 +0,0 @@ -x://q/€߿ࠀ�𐀀𯿽 diff --git a/third_party/git/t/t0110/url-2 b/third_party/git/t/t0110/url-2 deleted file mode 100644 index 43334b05b2de..000000000000 --- a/third_party/git/t/t0110/url-2 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-3 b/third_party/git/t/t0110/url-3 deleted file mode 100644 index 7378c7bec247..000000000000 --- a/third_party/git/t/t0110/url-3 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-4 b/third_party/git/t/t0110/url-4 deleted file mode 100644 index 220b198c97f9..000000000000 --- a/third_party/git/t/t0110/url-4 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-5 b/third_party/git/t/t0110/url-5 deleted file mode 100644 index 1ccd92777928..000000000000 --- a/third_party/git/t/t0110/url-5 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-6 b/third_party/git/t/t0110/url-6 deleted file mode 100644 index e8283aac6dff..000000000000 --- a/third_party/git/t/t0110/url-6 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-7 b/third_party/git/t/t0110/url-7 deleted file mode 100644 index fa7c10b61525..000000000000 --- a/third_party/git/t/t0110/url-7 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-8 b/third_party/git/t/t0110/url-8 deleted file mode 100644 index 79a0ba836f5b..000000000000 --- a/third_party/git/t/t0110/url-8 +++ /dev/null @@ -1 +0,0 @@ -x://q/ diff --git a/third_party/git/t/t0110/url-9 b/third_party/git/t/t0110/url-9 deleted file mode 100644 index 8b44bec48b94..000000000000 --- a/third_party/git/t/t0110/url-9 +++ /dev/null @@ -1 +0,0 @@ -x://q/ -- cgit 1.4.1