summaryrefslogtreecommitdiff
path: root/system/git/dont-test-other-encodings.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-02-06 16:11:09 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:48 -0500
commit255c045f1ad19f63e1d7d1100377da5da59c5b8f (patch)
tree9a80f7183c7f9b1a88616ea82618af8d7eaebefa /system/git/dont-test-other-encodings.patch
parent8c57848ed7ad5b7cb58b3002a83092eb6b7f2f8b (diff)
downloadpackages-255c045f1ad19f63e1d7d1100377da5da59c5b8f.tar.gz
packages-255c045f1ad19f63e1d7d1100377da5da59c5b8f.tar.bz2
packages-255c045f1ad19f63e1d7d1100377da5da59c5b8f.tar.xz
packages-255c045f1ad19f63e1d7d1100377da5da59c5b8f.zip
system/git: Update to 2.35.1
Also mark gitweb subpkg as noarch since it is just a Perl script.
Diffstat (limited to 'system/git/dont-test-other-encodings.patch')
-rw-r--r--system/git/dont-test-other-encodings.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/git/dont-test-other-encodings.patch b/system/git/dont-test-other-encodings.patch
index 7d176d57a..fed4a6e21 100644
--- a/system/git/dont-test-other-encodings.patch
+++ b/system/git/dont-test-other-encodings.patch
@@ -58,7 +58,7 @@ We can't support Japanese people using musl
summary $UTF8_MSG
--- git-2.21.0/t/t0028-working-tree-encoding.sh.old 2019-02-24 16:31:46.000000000 +0000
+++ git-2.21.0/t/t0028-working-tree-encoding.sh 2019-03-08 00:49:07.580000000 +0000
-@@ -71,14 +71,6 @@
+@@ -51,14 +51,6 @@
test_cmp_bin test.utf8.raw test.utf16.git
'
@@ -73,7 +73,7 @@ We can't support Japanese people using musl
test_expect_success 're-encode to UTF-16-LE-BOM on checkout' '
rm test.utf16lebom &&
git checkout test.utf16lebom &&
-@@ -143,41 +135,6 @@
+@@ -123,41 +115,6 @@
test_i18ngrep "fatal: BOM is required .* utf-${i}" err.out &&
test_i18ngrep "use UTF-${i}BE or UTF-${i}LE" err.out
'