sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
git: Fix parsing of git logs with no commit messages at all.
[ikiwiki.git]
/
IkiWiki
/
Rcs
/
Stub.pm
diff --git
a/IkiWiki/Rcs/Stub.pm
b/IkiWiki/Rcs/Stub.pm
index a460f29a2ee34f9580ba9ad5a81c3b2159a32acf..6b69e65dcdbc2e92ff5e8e725830f4626c6c6a4d 100644
(file)
--- a/
IkiWiki/Rcs/Stub.pm
+++ b/
IkiWiki/Rcs/Stub.pm
@@
-1,12
+1,12
@@
#!/usr/bin/perl
# Stubs for no revision control.
+package IkiWiki;
+
use warnings;
use strict;
use IkiWiki;
-package IkiWiki;
-
sub rcs_update () {
# Update working directory to current version.
# (May be more complex for distributed RCS.)