]> Lady’s Gitweb - Gitweb/commit
gitweb: Remove parse_from_to_diffinfo code from git_patchset_body
authorJakub Narebski <redacted>
Sat, 8 Sep 2007 19:49:11 +0000 (21:49 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commit109d2983ef006e0172ce32f4ded555abe8155604787db644ffa1b270b610900e
tree1550f70ab3ec301f2bc64dae9c5e5a941ca75e212d4fd1d1927fe63ec56c0700
parent54662541d61382cd66330a3f0d9920b0aec89e8ef38718737db3414f5f34e0d5
gitweb: Remove parse_from_to_diffinfo code from git_patchset_body

In commit 90921740bd00029708370673fdc537522aa48e6f
  "gitweb: Split git_patchset_body into separate subroutines"
a part of git_patchset_body code was separated into parse_from_to_diffinfo
subroutine.  But instead of replacing the separated code by the call to
mentioned subroutine, the call to subroutine was placed before the separated
code.  This patch removes parse_from_to_diffinfo code from git_patchset_body
subroutine.

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