]> Lady’s Gitweb - Gitweb/commit
gitweb: Fix split patches output (e.g. file to symlink)
authorJakub Narebski <redacted>
Sun, 7 Jan 2007 01:52:27 +0000 (02:52 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commita500281b1341f6d889e340f955c74d6e5a32d98773cd33fc539a57540b920df2
tree61ff6c6bf28883bd54d38aa91f43e0d237c3086119055123956fe3d4a418016a
parent739df17f552f684fab90d96e66c4ef9470bc2c156b5113fc2f018b4051a473ff
gitweb: Fix split patches output (e.g. file to symlink)

Do not replace /dev/null in two-line from-file/to-file diff header for
split patches ("split" patch mean more than one patch per one
diff-tree raw line) by a/file or b/file link.

Split patches differ from pair of deletion/creation patch in git diff
header: both a/file and b/file are hyperlinks, in all patches in a
split.

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