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/t5000/huge-and-future.tar | Bin 2048 -> 0 bytes third_party/git/t/t5000/huge-object | Bin 2048 -> 0 bytes third_party/git/t/t5000/pax.tar | Bin 10240 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 third_party/git/t/t5000/huge-and-future.tar delete mode 100644 third_party/git/t/t5000/huge-object delete mode 100644 third_party/git/t/t5000/pax.tar (limited to 'third_party/git/t/t5000') diff --git a/third_party/git/t/t5000/huge-and-future.tar b/third_party/git/t/t5000/huge-and-future.tar deleted file mode 100644 index 63155e185585..000000000000 Binary files a/third_party/git/t/t5000/huge-and-future.tar and /dev/null differ diff --git a/third_party/git/t/t5000/huge-object b/third_party/git/t/t5000/huge-object deleted file mode 100644 index 5cbe9ec312bf..000000000000 Binary files a/third_party/git/t/t5000/huge-object and /dev/null differ diff --git a/third_party/git/t/t5000/pax.tar b/third_party/git/t/t5000/pax.tar deleted file mode 100644 index d91173714991..000000000000 Binary files a/third_party/git/t/t5000/pax.tar and /dev/null differ -- cgit 1.4.1