Re: [PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-10 Thread Junio C Hamano
Jakub Narębski writes: > So 'snaphot' being forgiving doesn't mean that 'check-ref-format' > should be forgiving. OK, thanks for clarifying. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger

Re: [PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-10 Thread Jakub Narębski
On Tue, Dec 10, 2013 at 7:54 PM, Junio C Hamano wrote: > Jakub Narębski writes: > >> With multi-valued we won't be able to override earlier / more generic >> settings... well, unless we add support for no-value, or empty-value >> as clearer, i.e. >> >> [gitweb] >>extrabranchrefs = s

Re: [PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-10 Thread Junio C Hamano
Jakub Narębski writes: > With multi-valued we won't be able to override earlier / more generic > settings... well, unless we add support for no-value, or empty-value > as clearer, i.e. > > [gitweb] >extrabranchrefs = sandbox >extrabranchrefs > # orextrabranchrefs =

Re: [PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-10 Thread Krzesimir Nowak
On Thu, 2013-12-05 at 11:00 +0100, Krzesimir Nowak wrote: > On Wed, 2013-12-04 at 19:06 +0100, Jakub Narębski wrote: > > On Wed, Dec 4, 2013 at 2:43 PM, Krzesimir Nowak > > wrote: > > > ++ > > > +It is an error to specify a ref that does not pass "git check-ref-format" > > > +scrutiny. Duplicated

Re: [PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-05 Thread Jakub Narębski
On Thu, Dec 5, 2013 at 11:00 AM, Krzesimir Nowak wrote: > On Wed, 2013-12-04 at 19:06 +0100, Jakub Narębski wrote: >> On Wed, Dec 4, 2013 at 2:43 PM, Krzesimir Nowak >> wrote: >>> +The gitweb.extrabranchrefs is actually a multi-valued configuration >>> +variable, so following example is also co

Re: [PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-05 Thread Krzesimir Nowak
On Wed, 2013-12-04 at 19:06 +0100, Jakub Narębski wrote: > On Wed, Dec 4, 2013 at 2:43 PM, Krzesimir Nowak > wrote: > > > > Allow extra-branch-refs feature to tell gitweb to show refs from > > additional hierarchies in addition to branches in the list-of-branches > > view. > > > > Signed-off-by:

Re: [PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-04 Thread Jakub Narębski
On Wed, Dec 4, 2013 at 2:43 PM, Krzesimir Nowak wrote: > > Allow extra-branch-refs feature to tell gitweb to show refs from > additional hierarchies in addition to branches in the list-of-branches > view. > > Signed-off-by: Krzesimir Nowak > Reviewed-by: Junio C Hamano > Reviewed-by: Jakub Naręb

[PATCH 4/5] gitweb: Add a feature for adding more branch refs

2013-12-04 Thread Krzesimir Nowak
Allow extra-branch-refs feature to tell gitweb to show refs from additional hierarchies in addition to branches in the list-of-branches view. Signed-off-by: Krzesimir Nowak Reviewed-by: Junio C Hamano Reviewed-by: Jakub Narębski --- Documentation/gitweb.conf.txt | 37 +++ gitwe