mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Ignore sigpipe in external diff driver
Otherwise the caller will notice (yuck) when the user quits the pager without reading through to the end
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
$SIG{'PIPE'} = 'IGNORE';
|
||||
|
||||
my ($old, $new);
|
||||
|
||||
if (@ARGV == 7) {
|
||||
|
||||
Reference in New Issue
Block a user