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:
f7b86d8
)
remove extraneous quoting
author
Joey Hess
<joey@kodama.kitenet.net>
Mon, 28 Jan 2008 23:01:51 +0000
(18:01 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Mon, 28 Jan 2008 23:01:51 +0000
(18:01 -0500)
IkiWiki/Rcs/git.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Rcs/git.pm
b/IkiWiki/Rcs/git.pm
index 98c9a5eae8f5a6783bb1f3e289e4230ac707b03d..80ffdced26b3318a08a3d469effac42fab33ee29 100644
(file)
--- a/
IkiWiki/Rcs/git.pm
+++ b/
IkiWiki/Rcs/git.pm
@@
-441,7
+441,7
@@
sub rcs_notify () { #{{{
my ($user, $message);
if (@{ $ci->{'comment'} }[0] =~ m/$config{web_commit_regexp}/) {
- $user = defined $2 ?
"$2" : "$3"
;
+ $user = defined $2 ?
$2 : $3
;
$message = $4;
}
else {