author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 8 Sep 2007 19:49:11 +0000 (21:49 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 24 Sep 2007 06:04:16 +0000 (23:04 -0700) | ||
commit | 711fa74266ebfaf58ee0cd79988748fbaa752538 | |
tree | 9f918462ef7705d1350cb14137804c2d37e34f9a | tree | snapshot |
parent | 15eda0202aa3c63fa7b8f9f72df86f4e50eb1d2b | commit | diff |
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 <jnareb@gmail.com>
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 <jnareb@gmail.com>
gitweb/gitweb.perl | diff | blob | history |