/
usr
/
share
/
doc
/
git
/
contrib
/
diff-highlight
/
/usr/share/doc/git/contrib/diff-highlight
mkdir
upload
Name
Size
Mode
Actions
t/
-
0755
rm
diff-highlight
7281
0644
edit
dl
rm
diff-highlight.perl
211
0644
edit
dl
rm
DiffHighlight.pm
7054
0644
edit
dl
rm
Makefile
395
0644
edit
dl
rm
README
8008
0644
edit
dl
rm
shebang.perl
16
0644
edit
dl
rm
Edit:
/usr/share/doc/git/contrib/diff-highlight/diff-highlight.perl
(211B)
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;
Save
cmd:
run