master
Joey Hess 2010-12-29 20:10:28 -04:00
parent 4fb26f4e60
commit 8517aa8687
1 changed files with 1 additions and 0 deletions

View File

@ -679,6 +679,7 @@ sub rcs_diff ($;$) {
return if defined $maxlines && @lines == $maxlines;
push @lines, $line."\n"
if (@lines || $line=~/^diff --git/);
return 1;
};
safe_git(undef, $addlines, "git", "show", $sha1);
if (wantarray) {