projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb26f4
)
bugfix
author
Joey Hess
<joey@kitenet.net>
Thu, 30 Dec 2010 00:10:28 +0000
(20:10 -0400)
committer
Joey Hess
<joey@kitenet.net>
Thu, 30 Dec 2010 00:10:28 +0000
(20:10 -0400)
IkiWiki/Plugin/git.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/git.pm
b/IkiWiki/Plugin/git.pm
index 52b2bbd506b39baced0a4144405da4e335792dc4..cadc69e24d6f1f610bf5a6f1d93e35a20ec966b3 100644
(file)
--- a/
IkiWiki/Plugin/git.pm
+++ b/
IkiWiki/Plugin/git.pm
@@
-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) {