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/t9601/cvsroot | |
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/t9601/cvsroot')
8 files changed, 0 insertions, 327 deletions
diff --git a/third_party/git/t/t9601/cvsroot/.gitattributes b/third_party/git/t/t9601/cvsroot/.gitattributes deleted file mode 100644 index 562b12e16ebc..000000000000 --- a/third_party/git/t/t9601/cvsroot/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* -whitespace diff --git a/third_party/git/t/t9601/cvsroot/CVSROOT/.gitignore b/third_party/git/t/t9601/cvsroot/CVSROOT/.gitignore deleted file mode 100644 index 3bb9b3417379..000000000000 --- a/third_party/git/t/t9601/cvsroot/CVSROOT/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -history -val-tags diff --git a/third_party/git/t/t9601/cvsroot/module/added-imported.txt,v b/third_party/git/t/t9601/cvsroot/module/added-imported.txt,v deleted file mode 100644 index 5f83072ea4eb..000000000000 --- a/third_party/git/t/t9601/cvsroot/module/added-imported.txt,v +++ /dev/null @@ -1,44 +0,0 @@ -head 1.1; -access; -symbols - vtag-4:1.1.1.1 - vbranchA:1.1.1; -locks; strict; -comment @# @; - - -1.1 -date 2004.02.09.15.43.15; author kfogel; state Exp; -branches - 1.1.1.1; -next ; - -1.1.1.1 -date 2004.02.09.15.43.16; author kfogel; state Exp; -branches; -next ; - - -desc -@@ - - -1.1 -log -@Add a file to the working copy. -@ -text -@Adding this file, before importing it with different contents. -@ - - -1.1.1.1 -log -@Import (vbranchA, vtag-4). -@ -text -@d1 1 -a1 1 -This is vtag-4 (on vbranchA) of added-then-imported.txt. -@ - diff --git a/third_party/git/t/t9601/cvsroot/module/imported-anonymously.txt,v b/third_party/git/t/t9601/cvsroot/module/imported-anonymously.txt,v deleted file mode 100644 index 55e1b0ca5dff..000000000000 --- a/third_party/git/t/t9601/cvsroot/module/imported-anonymously.txt,v +++ /dev/null @@ -1,42 +0,0 @@ -head 1.1; -branch 1.1.1; -access; -symbols - vtag-1:1.1.1.1; -locks; strict; -comment @# @; - - -1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches - 1.1.1.1; -next ; - -1.1.1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches; -next ; - - -desc -@@ - - -1.1 -log -@Initial revision -@ -text -@This is vtag-1 (on vbranchA) of imported-anonymously.txt. -@ - - -1.1.1.1 -log -@Import (vbranchA, vtag-1). -@ -text -@@ - - diff --git a/third_party/git/t/t9601/cvsroot/module/imported-modified-imported.txt,v b/third_party/git/t/t9601/cvsroot/module/imported-modified-imported.txt,v deleted file mode 100644 index e5830aeb3706..000000000000 --- a/third_party/git/t/t9601/cvsroot/module/imported-modified-imported.txt,v +++ /dev/null @@ -1,76 +0,0 @@ -head 1.2; -access; -symbols - vtag-2:1.1.1.2 - vtag-1:1.1.1.1 - vbranchA:1.1.1; -locks; strict; -comment @# @; - - -1.2 -date 2004.02.09.15.43.14; author kfogel; state Exp; -branches; -next 1.1; - -1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches - 1.1.1.1; -next ; - -1.1.1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches; -next 1.1.1.2; - -1.1.1.2 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches; -next ; - - -desc -@@ - - -1.2 -log -@First regular commit, to imported-modified-imported.txt, on HEAD. -@ -text -@This is a modification of imported-modified-imported.txt on HEAD. -It should supersede the version from the vendor branch. -@ - - -1.1 -log -@Initial revision -@ -text -@d1 2 -a2 1 -This is vtag-1 (on vbranchA) of imported-modified-imported.txt. -@ - - -1.1.1.1 -log -@Import (vbranchA, vtag-1). -@ -text -@@ - - -1.1.1.2 -log -@Import (vbranchA, vtag-2). -@ -text -@d1 1 -a1 1 -This is vtag-2 (on vbranchA) of imported-modified-imported.txt. -@ - - diff --git a/third_party/git/t/t9601/cvsroot/module/imported-modified.txt,v b/third_party/git/t/t9601/cvsroot/module/imported-modified.txt,v deleted file mode 100644 index bbcfe447b98e..000000000000 --- a/third_party/git/t/t9601/cvsroot/module/imported-modified.txt,v +++ /dev/null @@ -1,59 +0,0 @@ -head 1.2; -access; -symbols - vtag-1:1.1.1.1 - vbranchA:1.1.1; -locks; strict; -comment @# @; - - -1.2 -date 2004.02.09.15.43.14; author kfogel; state Exp; -branches; -next 1.1; - -1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches - 1.1.1.1; -next ; - -1.1.1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches; -next ; - - -desc -@@ - - -1.2 -log -@Commit on HEAD. -@ -text -@This is a modification of imported-modified.txt on HEAD. -It should supersede the version from the vendor branch. -@ - - -1.1 -log -@Initial revision -@ -text -@d1 2 -a2 1 -This is vtag-1 (on vbranchA) of imported-modified.txt. -@ - - -1.1.1.1 -log -@Import (vbranchA, vtag-1). -@ -text -@@ - - diff --git a/third_party/git/t/t9601/cvsroot/module/imported-once.txt,v b/third_party/git/t/t9601/cvsroot/module/imported-once.txt,v deleted file mode 100644 index c5dd82b12d89..000000000000 --- a/third_party/git/t/t9601/cvsroot/module/imported-once.txt,v +++ /dev/null @@ -1,43 +0,0 @@ -head 1.1; -branch 1.1.1; -access; -symbols - vtag-1:1.1.1.1 - vbranchA:1.1.1; -locks; strict; -comment @# @; - - -1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches - 1.1.1.1; -next ; - -1.1.1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches; -next ; - - -desc -@@ - - -1.1 -log -@Initial revision -@ -text -@This is vtag-1 (on vbranchA) of imported-once.txt. -@ - - -1.1.1.1 -log -@Import (vbranchA, vtag-1). -@ -text -@@ - - diff --git a/third_party/git/t/t9601/cvsroot/module/imported-twice.txt,v b/third_party/git/t/t9601/cvsroot/module/imported-twice.txt,v deleted file mode 100644 index d1f3f1b34408..000000000000 --- a/third_party/git/t/t9601/cvsroot/module/imported-twice.txt,v +++ /dev/null @@ -1,60 +0,0 @@ -head 1.1; -branch 1.1.1; -access; -symbols - vtag-2:1.1.1.2 - vtag-1:1.1.1.1 - vbranchA:1.1.1; -locks; strict; -comment @# @; - - -1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches - 1.1.1.1; -next ; - -1.1.1.1 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches; -next 1.1.1.2; - -1.1.1.2 -date 2004.02.09.15.43.13; author kfogel; state Exp; -branches; -next ; - - -desc -@@ - - -1.1 -log -@Initial revision -@ -text -@This is vtag-1 (on vbranchA) of imported-twice.txt. -@ - - -1.1.1.1 -log -@Import (vbranchA, vtag-1). -@ -text -@@ - - -1.1.1.2 -log -@Import (vbranchA, vtag-2). -@ -text -@d1 1 -a1 1 -This is vtag-2 (on vbranchA) of imported-twice.txt. -@ - - |