projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0cc2526
)
prevent make bump triggering pager
Graham Knop [Sat, 14 Mar 2015 20:55:08 +0000 (16:55 -0400)]
helpers/bump-version
patch
|
blob
|
blame
|
history
diff --git
a/helpers/bump-version
b/helpers/bump-version
index
a958689
..
f27db0d
100755
(executable)
--- a/
helpers/bump-version
+++ b/
helpers/bump-version
@@
-97,7
+97,7
@@
END_HEADER
my ($fh, $file) = File::Temp::tempfile( "bump-version-XXXXXX", TMPDIR => 1 );
print { $fh } $patch;
close $fh;
-system qw(git apply --apply --stat), $file
+system qw(git --no-pager apply --apply --stat), $file
and exit 1;
if ($git) {