Go to file
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
IkiWiki Add full parser for git diff-tree output 2008-01-17 11:15:23 -05:00
debian
doc improve formatting and minor reword 2008-01-16 13:34:06 -05:00
plugins
po
t
templates
underlays
.gitignore
.perlcriticrc
CHANGELOG
IkiWiki.pm
Makefile.PL
NEWS
README response, improve NOTAINT docs 2008-01-05 02:07:29 -05:00
docwiki.setup
ikiwiki-makerepo
ikiwiki-mass-rebuild
ikiwiki-update-wikilist
ikiwiki-w3m.cgi
ikiwiki.in
mdwn2man
pm_filter
wikilist

README

Use ./Makefile.PL to generate a Makefile, "make" will build the
documentation wiki and a man page, and "make install" will install ikiwiki.

A few special variables you can set while using the Makefile:

PROFILE=1 turns on profiling for the build of the doc wiki. Uses Devel::Profile

NOTAINT=1 turns off the taint flag in the ikiwiki program. (Recommended
unless your perl is less buggy than mine -- see
http://bugs.debian.org/411786)

All other documentation is in the ikiwiki documentation wiki, which is also
available online at <http://ikiwiki.info/>