I recently discovered that the commitdiff_plain view is not exactly something that can be used by git am directly (for example, the subject line gets duplicated in the commit message body after using git am). Since I'm not sure if it was the case to fix the plain view because I don't know what its intended usage was, I prepared a new view, uncreatively called 'patch', that exposes git format-patch output directly. The second patch exposes it from commitdiff view (obviosly), but also from shortlog view, when less than 16 patches are begin shown. Giuseppe Bilotta (2): gitweb: add patch view gitweb: links to patch action in commitdiff and shortlog view gitweb/gitweb.perl | 35 +++++++++++++++++++++++++++++++++-- 1 files changed, 33 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html