summaryrefslogtreecommitdiffstats
path: root/cgit-0.9.1-highlightv3.patch
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2022-01-02 02:29:55 -0500
committerTodd Zullinger <tmz@pobox.com>2022-01-02 02:29:55 -0500
commit71cf80b187104679d4697c8e2816d6306d9ee4b7 (patch)
tree768f89cc1774f9024200fbd8f01cec783892d2a6 /cgit-0.9.1-highlightv3.patch
parenteaae61b1ac75b277661a489be572be4d20f36e9c (diff)
parentfab9d3f6e2bc0ae87133af4f5b75852c638342a4 (diff)
downloadcgit_EL6-71cf80b187104679d4697c8e2816d6306d9ee4b7.tar.gz
Merge branch 'rawhide' into epel7
Diffstat (limited to 'cgit-0.9.1-highlightv3.patch')
-rw-r--r--cgit-0.9.1-highlightv3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/cgit-0.9.1-highlightv3.patch b/cgit-0.9.1-highlightv3.patch
deleted file mode 100644
index df06a81..0000000
--- a/cgit-0.9.1-highlightv3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nur cgit-0.9.1.orig/filters/syntax-highlighting.sh cgit-0.9.1/filters/syntax-highlighting.sh
---- cgit-0.9.1.orig/filters/syntax-highlighting.sh 2012-11-14 17:28:59.000000000 -0700
-+++ cgit-0.9.1/filters/syntax-highlighting.sh 2012-11-17 10:47:07.870778180 -0700
-@@ -53,7 +53,7 @@
- # found (for example) on EPEL 6.
- #
- # This is for version 2
--exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
-+#exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
-
- # This is for version 3
--#exec highlight --force -f -I -O xhtml -S "$EXTENSION" 2>/dev/null
-+exec highlight --force -f -I -O xhtml -S "$EXTENSION" 2>/dev/null