ikiwiki/IkiWiki
Brian Downing 6d85ccdb6f Add full parser for git diff-tree output
The -c option to git log/diff-tree produces "merged" diffs with a
different format from normal ones.  However, the existing diff-tree
parser only accepted non-merged diff lines.  Merged diff lines caused
the parser to get out of sync.  This patch adds a full parser for diffs
with any number of parents.  See the "DIFF FORMAT FOR MERGES" section in
the git-diff-tree man page for more information.

Signed-off-by: Brian Downing <bdowning@lavos.net>
2008-01-17 11:15:23 -05:00
..
Plugin * aggregate: Don't let feeds set creation times for pages in the future. 2008-01-16 02:01:00 -05:00
Rcs Add full parser for git diff-tree output 2008-01-17 11:15:23 -05:00
Setup * Correct a longstanding bug that could cause the edit form to be empty. 2007-06-30 00:48:39 +00:00
CGI.pm In preferences, allow the subscriptions and email fields to be cleared 2008-01-09 17:59:56 -05:00
Render.pm * Improved parentlinks special case for index pages. 2007-12-19 16:44:33 -05:00
Setup.pm * Better error message when a setup file has a syntax error. 2007-11-17 14:06:11 -05:00
UserInfo.pm correct documentation about scan hook (which has never existed) 2007-05-06 17:10:34 +00:00
Wrapper.pm * Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects. 2008-01-07 18:12:12 -05:00