Re: [PATCH 16/19] gitweb: Use git-diff-tree or git-diff patch output for blobdiff
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:38
Jakub Narebski [off-list ref] writes:
Jakub Narebski wrote:quoted
ATTENTION: The order of arguments (operands) to git-diff is reversed (sic!) to have correct diff in the legacy (no hash_parent_base) case. $hash_parent, $hash ordering is commented out, as it gives reversed patch (at least for git version 1.4.1.1) as compared to output in new scheme and output of older gitweb version.By the way, wa it corrected later? git version 1.4.1.1
I think you were involved in the thread that resulted in the fix... 53dd8a9 Show both blob names from "git diff blob1 blob2" f82cd3c Fix "git diff blob1 blob2" showing the diff in reverse.