about summary refs log tree commit diff
path: root/third_party/git/contrib/diff-highlight/diff-highlight.perl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/contrib/diff-highlight/diff-highlight.perl')
-rw-r--r--third_party/git/contrib/diff-highlight/diff-highlight.perl8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/git/contrib/diff-highlight/diff-highlight.perl b/third_party/git/contrib/diff-highlight/diff-highlight.perl
deleted file mode 100644
index 9b3e9c1f4d..0000000000
--- a/third_party/git/contrib/diff-highlight/diff-highlight.perl
+++ /dev/null
@@ -1,8 +0,0 @@
-package main;
-
-# Some scripts may not realize that SIGPIPE is being ignored when launching the
-# pager--for instance scripts written in Python.
-$SIG{PIPE} = 'DEFAULT';
-
-DiffHighlight::highlight_stdin();
-exit 0;