projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0689f2d
)
added match_guid function to meta plugin
author
Joey Hess
<joey@kitenet.net>
Mon, 26 Apr 2010 17:47:01 +0000
(13:47 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 26 Apr 2010 17:47:01 +0000
(13:47 -0400)
(cherry picked from commit
8b6fde73669ddf9204acb3d334c3984566f3c59d
)
Conflicts:
IkiWiki/Plugin/meta.pm
IkiWiki/Plugin/meta.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/meta.pm
b/IkiWiki/Plugin/meta.pm
index 1590086141a7306f570799387a12017fcbaeb716..7d68a9b2dc4a9adc990042d07e12205850c5e3fd 100644
(file)
--- a/
IkiWiki/Plugin/meta.pm
+++ b/
IkiWiki/Plugin/meta.pm
@@
-376,6
+376,10
@@
sub match_copyright ($$;@) {
IkiWiki::Plugin::meta::match("copyright", @_);
}
+sub match_guid ($$;@) {
+ IkiWiki::Plugin::meta::match("guid", @_);
+}
+
package IkiWiki::SortSpec;
sub cmp_meta {