diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-14 11:47:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-14 11:47:25 +0100 |
commit | 1662ed79d9304100f76a8c863424c1d0abbca6d1 (patch) | |
tree | c8033c824ae6d34b653a92c84fe5485e26449bd0 /cgit-0.9.1-highlightv3.patch | |
parent | d0dff73e8fdfad7591475740b23b97a8df223cc8 (diff) |
Diffstat (limited to 'cgit-0.9.1-highlightv3.patch')
-rw-r--r-- | cgit-0.9.1-highlightv3.patch | 13 |
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 |