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