]> Lady’s Gitweb - Gitweb/commit
gitweb: git_blobdiff_plain is git_blobdiff('plain')
authorJakub Narebski <redacted>
Fri, 25 Aug 2006 19:14:49 +0000 (21:14 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commit401042c7bcc79349c64fe86558c37857f349aac718c6af7ca6dc5c30972ff6d4
treece07a66ad34f48a57ddc8205ee79fc184aa63735a5d2be6bcb35b0ca105eb31a
parente4cf5c4a719e88de61f29741307f82d1b14751750b6b1f5edacf1d97e69f5b40
gitweb: git_blobdiff_plain is git_blobdiff('plain')

git_blobdiff and git_blobdiff_plain are now collapsed into one
subroutine git_blobdiff, with format (currently 'html' which is
default format corresponding to git_blobdiff, and 'plain'
corresponding to git_blobdiff_plain) specified in argument.

blobdiff_plain format is now generated either by git-diff-tree
or by git-diff.  Added X-Git-Url: header.  From-file and to-file name
in header are corrected.

Note that for now commitdiff_plain does not detect renames
and copying, while blobdiff_plain does.

While at it, set expires to "+1d" for non-textual hash ids.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.18466 seconds and 4 git commands to generate.