about summary refs log tree commit homepage
path: root/lib/PublicInbox/ViewDiff.pm
DateCommit message (Expand)
2020-09-16treewide: relax allow >=40 chars for git OID
2020-05-09viewdiff: don't increment the reported hunk line number
2020-05-07viewdiff: stricter highlighting and linkification check
2020-05-07viewdiff: assume diffstat and diff order are identical
2020-04-05release large (non ref) scalars using `undef $sv'
2020-04-04viewdiff: reduce sub parameter count
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-03-20viewdiff: favor `qr' to precompile regexps
2020-03-20www: avoid `state' usage to perform allocations up-front
2020-02-24viewdiff: remove optional CR handling
2020-02-17viewdiff: do not generate "a=" parameter if "b=" matches
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27viewdiff: rewrite and simplify
2020-01-27viewdiff: use autovivification for long_path hash
2020-01-27viewdiff: add "b=" param when missing "diff --git" line
2020-01-27viewdiff: add "b=" param with non-standard diff prefix
2020-01-27linkify: move to_html over from ViewDiff
2020-01-06treewide: "require" + "use" cleanup and docs
2020-01-04viewdiff: do not anchor spaces after filenames in diffstat
2019-07-05viewdiff: do not anchor using diffstat comments
2019-06-04solver|viewdiff: restrict digit matches to ASCII
2019-05-31viewdiff: avoid repeat variable expansion
2019-05-16Revert "view: perform highlighting for space-prefixed diffs"
2019-05-16view: perform highlighting for space-prefixed diffs
2019-04-26viewdiff: do not break out of DSTATE_CTX on /^$/
2019-04-15viewdiff: document constants
2019-02-04viewdiff: group path match to not be confused by "/dev/null"
2019-02-01viewdiff: support renames and long paths in diffstat anchors
2019-02-01viewdiff: escape HTML ampersand for renames
2019-02-01view: diffstat anchors for multi-message/attachment views
2019-02-01viewdiff: diffstat links to diff anchors
2019-01-20viewdiff: do not link to 0{7,40} blobs (again)
2019-01-20viewdiff: quote attributes for Atom feed
2019-01-20viewdiff: cleanup state transitions a bit
2019-01-20viewdiff: support diff-highlighting w/o coderepo
2019-01-20view: enforce trailing slash for /$INBOX/$OID/s/ endpoints
2019-01-20view: enable naming hints for raw blob downloads
2019-01-19view: wire up diff and vcs viewers with solver