Re: What's cooking in gitweb (20 Sep 2008)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Giuseppe Bilotta wrote:

> > 1. "gitweb pathinfo improvements" by Giuseppe Bilotta
[...]
> >   Need some refinement, especially with respect to _generating_
> >   path_info URLs inside gitweb.  Some patches (2 and 5) does not
> >   need correction, and probably should be sent as separate series.
> >   Author promised to resend series, if I remember correctly.
> 
> I'll resend the whole series (plus an additional patch to fix an
> aesthetical issue I found recently) as soon as I fix the url
> generation for the dotted filename corner case (which by re-reading
> the past emails seemed to be the only significant issue, correct?).

I think it was the only significant issue (besides the fact that
two mentioned patches could be in separate series).  To be more
exact the issue was with generating gitweb URLs for sets of
parameters which cannot be represented as path_info URL.  One
example was filename with '..' in it, which cannot be used in
the following path_info form:
  $hash_parent_base:$file_parent..$hash_base:$filename
but it can be used in 'no name change' form
  $hash_parent_base..$hash_base:$filename
This requires fallback to 'query' form URL.

Other example was branch name with the same name as one of gitweb
actions, which require action to be stated explicitly even if it
is default action and otherwise could be omitted.

> Should be shortly.

I see that it is now. Thanks.

> > 2. "[PATCH] gitweb: shortlog now also obeys $hash_parent"
> > by Giuseppe Bilotta 
[...]
> > More important fact is that I'd very much like for _all_ log-like
> > views (perhaps with exception of feeds: Atom and RSS) to implement
> > this feature.  This could be done by either doing it all in the same
> > commit, doing commit series changing 'shortlog', 'log' and 'history'
> > separately, or what I would prefer actually, to refactor generation
> > of log-like views to use single worker/engine subroutine.
> 
> I agree that refactoring is probably the best idea. It will also take
> me some more time ;)

But it has the advantage of making it easier to add more log-like
views, like 'log' like view for the 'history' view, i.e. --pretty=full
like view with path limiting.

I have thought about doing the refactoring (it is/was on my long-term
TODO list for gitweb), but I haven't even found good way to code it,
to be flexible but not too generalized.  Callbacks, perhaps?
 
> BTW, I haven't heard from Lea, so can I just assume that my patches
> don't touch any of her caching improvements?

-- 
Jakub Narebski
Poland
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux