[PATCH 1/5] gitweb: Remove parse_from_to_diffinfo code from git_patchset_body

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Friday, September 21, 2007 - 5:35 pm

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>
---
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(-)
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/5] gitweb: Remove parse_from_to_diffinfo code from ..., Jakub Narebski, (Fri Sep 21, 5:35 pm)