sakharamg's picture
Uploading all files
158b61b
raw
history blame contribute delete
103 Bytes
#!/usr/bin/perl
use strict;
use warnings;
while (<>) {
last if $_ =~ m/^diff --git/;
print $_;
}