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/t/t4101 | |
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/t/t4101')
-rw-r--r-- | third_party/git/t/t4101/diff.0-1 | 6 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.0-2 | 7 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.0-3 | 8 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.1-0 | 6 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.1-2 | 8 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.1-3 | 8 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.2-0 | 7 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.2-1 | 8 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.2-3 | 7 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.3-0 | 8 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.3-1 | 8 | ||||
-rw-r--r-- | third_party/git/t/t4101/diff.3-2 | 7 |
12 files changed, 0 insertions, 88 deletions
diff --git a/third_party/git/t/t4101/diff.0-1 b/third_party/git/t/t4101/diff.0-1 deleted file mode 100644 index 1010a88f4727..000000000000 --- a/third_party/git/t/t4101/diff.0-1 +++ /dev/null @@ -1,6 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,2 +1,3 @@ - a - b -+c diff --git a/third_party/git/t/t4101/diff.0-2 b/third_party/git/t/t4101/diff.0-2 deleted file mode 100644 index 36460a243ac1..000000000000 --- a/third_party/git/t/t4101/diff.0-2 +++ /dev/null @@ -1,7 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,2 +1,2 @@ - a --b -+b -\ No newline at end of file diff --git a/third_party/git/t/t4101/diff.0-3 b/third_party/git/t/t4101/diff.0-3 deleted file mode 100644 index b281c43e5b5f..000000000000 --- a/third_party/git/t/t4101/diff.0-3 +++ /dev/null @@ -1,8 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,2 +1,3 @@ - a --b -+c -+b -\ No newline at end of file diff --git a/third_party/git/t/t4101/diff.1-0 b/third_party/git/t/t4101/diff.1-0 deleted file mode 100644 index f0a2e9277087..000000000000 --- a/third_party/git/t/t4101/diff.1-0 +++ /dev/null @@ -1,6 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,3 +1,2 @@ - a - b --c diff --git a/third_party/git/t/t4101/diff.1-2 b/third_party/git/t/t4101/diff.1-2 deleted file mode 100644 index 2a440a5ce2ad..000000000000 --- a/third_party/git/t/t4101/diff.1-2 +++ /dev/null @@ -1,8 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,3 +1,2 @@ - a --b --c -+b -\ No newline at end of file diff --git a/third_party/git/t/t4101/diff.1-3 b/third_party/git/t/t4101/diff.1-3 deleted file mode 100644 index 61aff975b69f..000000000000 --- a/third_party/git/t/t4101/diff.1-3 +++ /dev/null @@ -1,8 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,3 +1,3 @@ - a --b - c -+b -\ No newline at end of file diff --git a/third_party/git/t/t4101/diff.2-0 b/third_party/git/t/t4101/diff.2-0 deleted file mode 100644 index c2e71ee344d0..000000000000 --- a/third_party/git/t/t4101/diff.2-0 +++ /dev/null @@ -1,7 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,2 +1,2 @@ - a --b -\ No newline at end of file -+b diff --git a/third_party/git/t/t4101/diff.2-1 b/third_party/git/t/t4101/diff.2-1 deleted file mode 100644 index a66d9fd3a137..000000000000 --- a/third_party/git/t/t4101/diff.2-1 +++ /dev/null @@ -1,8 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,2 +1,3 @@ - a --b -\ No newline at end of file -+b -+c diff --git a/third_party/git/t/t4101/diff.2-3 b/third_party/git/t/t4101/diff.2-3 deleted file mode 100644 index 5633c831de0b..000000000000 --- a/third_party/git/t/t4101/diff.2-3 +++ /dev/null @@ -1,7 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,2 +1,3 @@ - a -+c - b -\ No newline at end of file diff --git a/third_party/git/t/t4101/diff.3-0 b/third_party/git/t/t4101/diff.3-0 deleted file mode 100644 index 10b1a41edf73..000000000000 --- a/third_party/git/t/t4101/diff.3-0 +++ /dev/null @@ -1,8 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,3 +1,2 @@ - a --c --b -\ No newline at end of file -+b diff --git a/third_party/git/t/t4101/diff.3-1 b/third_party/git/t/t4101/diff.3-1 deleted file mode 100644 index c799c60fb9d4..000000000000 --- a/third_party/git/t/t4101/diff.3-1 +++ /dev/null @@ -1,8 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,3 +1,3 @@ - a -+b - c --b -\ No newline at end of file diff --git a/third_party/git/t/t4101/diff.3-2 b/third_party/git/t/t4101/diff.3-2 deleted file mode 100644 index f8d1ba6dc246..000000000000 --- a/third_party/git/t/t4101/diff.3-2 +++ /dev/null @@ -1,7 +0,0 @@ ---- a/frotz -+++ b/frotz -@@ -1,3 +1,2 @@ - a --c - b -\ No newline at end of file |