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 --- My bad... I hope the explanation is clean enough. It does make reading git_patchset_body code much easier. gitweb/gitweb.perl | 36 +----------------------------------- 1 files changed, 1 insertions(+), 35 deletions(-)