sipb-www
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654530f
)
fix eq
author
Joey Hess
<joey@kitenet.net>
Sat, 16 Nov 2013 22:56:39 +0000
(18:56 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 16 Nov 2013 22:56:39 +0000
(18:56 -0400)
IkiWiki/Plugin/git.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/git.pm
b/IkiWiki/Plugin/git.pm
index 1dbf00d55b7f0a4d7aede6fd20ec5fb9a82a7041..f2b5f9ef98099e99f8adf23be3e19c7efbfb7468 100644
(file)
--- a/
IkiWiki/Plugin/git.pm
+++ b/
IkiWiki/Plugin/git.pm
@@
-481,7
+481,7
@@
sub rcs_find_changes ($) {
$newrev=$ci->{sha1};
foreach my $i (@{$ci->{details}}) {
my $file=$i->{file};
- if ($i->{sha1_to}
==
$nullsha) {
+ if ($i->{sha1_to}
eq
$nullsha) {
delete $changed{$file};
$deleted{$file}=1;
}