* [PATCH 0/5] gitweb: Fixes and improvements related to diffs
@ 2007-09-21 21:31 Jakub Narebski
2007-09-25 22:16 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Jakub Narebski @ 2007-09-21 21:31 UTC (permalink / raw)
To: git
This series of patches adds fixes, simplifications and improvements
related to diff handling in gitweb ('commit', 'commitdiff' views).
Becaus I didn't have access to Internet, this series is based
on 1e61b7640d09015213dbcae3564fa27ac6a8c151 (v1.5.3.1-1-g1e61b76).
As I am sending it via GMail WWW interface, patches are send as
attachements.
I send this series now, even without good Internet access,
because it contains two bugfixes, and one code fix. I'll try to
resend it rebase on top of current master later...
Shortlog:
=========
Jakub Narebski (5):
gitweb: Remove parse_from_to_diffinfo code from git_patchset_body
gitweb: No difftree output for trivial merge
gitweb: Fix and simplify "split patch" detection
gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_line
gitweb: Add 'status_str' to parse_difftree_raw_line output
Diffstat:
=========
gitweb/gitweb.perl | 208 ++++++++++++++++++++--------------------------------
1 files changed, 80 insertions(+), 128 deletions(-)
--
Jakub Narebski
Poland
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/5] gitweb: Fixes and improvements related to diffs
2007-09-21 21:31 [PATCH 0/5] gitweb: Fixes and improvements related to diffs Jakub Narebski
@ 2007-09-25 22:16 ` Junio C Hamano
2007-09-25 22:21 ` Jakub Narebski
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2007-09-25 22:16 UTC (permalink / raw)
To: Jakub Narebski; +Cc: git
"Jakub Narebski" <jnareb@gmail.com> writes:
> This series of patches adds fixes, simplifications and improvements
> related to diff handling in gitweb ('commit', 'commitdiff' views).
>
> Becaus I didn't have access to Internet, this series is based
> on 1e61b7640d09015213dbcae3564fa27ac6a8c151 (v1.5.3.1-1-g1e61b76).
> As I am sending it via GMail WWW interface, patches are send as
> attachements.
>
> I send this series now, even without good Internet access,
> because it contains two bugfixes, and one code fix. I'll try to
> resend it rebase on top of current master later...
I've parked the first two in 'master' and was hoping to roll
them into 'maint'. I haven't taken a look at the other three as
I was waiting for a resend. If you think some of them are
bugfix material for 'maint', please mark them as such.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/5] gitweb: Fixes and improvements related to diffs
2007-09-25 22:16 ` Junio C Hamano
@ 2007-09-25 22:21 ` Jakub Narebski
0 siblings, 0 replies; 3+ messages in thread
From: Jakub Narebski @ 2007-09-25 22:21 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On 9/26/07, Junio C Hamano <gitster@pobox.com> wrote:
> "Jakub Narebski" <jnareb@gmail.com> writes:
>
> > This series of patches adds fixes, simplifications and improvements
> > related to diff handling in gitweb ('commit', 'commitdiff' views).
> >
> > Becaus I didn't have access to Internet, this series is based
> > on 1e61b7640d09015213dbcae3564fa27ac6a8c151 (v1.5.3.1-1-g1e61b76).
> > As I am sending it via GMail WWW interface, patches are send as
> > attachements.
> >
> > I send this series now, even without good Internet access,
> > because it contains two bugfixes, and one code fix. I'll try to
> > resend it rebase on top of current master later...
>
> I've parked the first two in 'master' and was hoping to roll
> them into 'maint'. I haven't taken a look at the other three as
> I was waiting for a resend. If you think some of them are
> bugfix material for 'maint', please mark them as such.
Third fixes a rare bug when gitweb screwed up names of files
in the patchset part of commitdiff view. This took place only
(diagnosed by pasky) when there were different files which
had the same preimage and the same postimage.
--
Jakub Narebski
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-25 22:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 21:31 [PATCH 0/5] gitweb: Fixes and improvements related to diffs Jakub Narebski
2007-09-25 22:16 ` Junio C Hamano
2007-09-25 22:21 ` Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).