Irritante melding wegwerken

This commit is contained in:
bar 2011-04-26 19:59:04 +02:00
parent fa1010d9a0
commit 08e95b5730

View file

@ -125,12 +125,8 @@ sub now {
sub git_commit {
my ($message) = @_;
open my $pipe, '-|',
qw(git commit -q revbank.accounts .revbank.undo), -m => $message
or die $!;
1 while readline $pipe; # /dev/null, maar dan anders
close $pipe;
system qw(git push -q bar.git);
system qw(git commit -q revbank.accounts .revbank.undo), -m => $message;
system "git push -q bar.git 2>&1 | grep -v 'Unpacking objects' >&2"
}
sub parse_product {