Re: [PATCH/RFC (take 2)] gitweb: New improved patchset view
From: Junio C Hamano <hidden> Date: 2016-08-11 20:27:58
Jakub Narebski [off-list ref] writes:
I have realized that it is not as easy as it sounds, at least for the
git-diff-tree output...
I do not think so.a The output is designed to be machine
parsable. See Documentation/diff-format.txt and also please
refer to 65a9289d:diff-helper.c for a sample code to see how to
parse the output.