]> Lady’s Gitweb - Gitweb/commit
gitweb: Fix errors in git_patchset_body for empty patches
authorJakub Narebski <redacted>
Sun, 7 Jan 2007 01:52:25 +0000 (02:52 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit61b8e5f83a6c26520b415e1a93584f4ba9610ab9dc78275c19186ea4b928755d
tree971977a58da2984f96722b5e21582c6b279273e96d1b7d99f66c6297c3d8058a
parent0827180aff4754753e30f768b7c26f5237575a8980847ecd09e4899f3e9c1f9e
gitweb: Fix errors in git_patchset_body for empty patches

We now do not skip over empty patches in git_patchset_body (where
empty means that they consist only of git diff header, and of extended
diff header, for example "pure rename" patch).  This means that after
extended diff header there can be next patch (i.e. /^diff /) or end of
patchset, and not necessary patch body (i.e. /^--- /).

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