projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f95adb
)
remove debug message
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 03:47:43 +0000
(22:47 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 03:47:43 +0000
(22:47 -0500)
This can legitimately happen when there's a simple merge.
IkiWiki/Rcs/git.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Rcs/git.pm
b/IkiWiki/Rcs/git.pm
index 80ffdced26b3318a08a3d469effac42fab33ee29..271104f3e624059b131046ad02db1059efd91b9c 100644
(file)
--- a/
IkiWiki/Rcs/git.pm
+++ b/
IkiWiki/Rcs/git.pm
@@
-247,8
+247,6
@@
sub _parse_diff_tree ($@) { #{{{
last;
}
- debug("No detail in diff-tree output") if !defined $ci{'details'};
-
return \%ci;
} #}}}