Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-03 Thread Krzesimir Nowak
On Tue, 2013-12-03 at 14:02 +0100, Jakub Narębski wrote: > On Tue, Dec 3, 2013 at 11:53 AM, Krzesimir Nowak > wrote: > > On Mon, 2013-12-02 at 18:34 +0100, Jakub Narębski wrote: > >> W dniu 2013-12-02 13:06, Krzesimir Nowak pisze: > >>> On Mon, 2013-12-02 at 01:21 +0100, Jakub Narębski wrote: > >

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-03 Thread Jakub Narębski
On Tue, Dec 3, 2013 at 11:53 AM, Krzesimir Nowak wrote: > On Mon, 2013-12-02 at 18:34 +0100, Jakub Narębski wrote: >> W dniu 2013-12-02 13:06, Krzesimir Nowak pisze: >>> On Mon, 2013-12-02 at 01:21 +0100, Jakub Narębski wrote: On Thu, Nov 28, 2013 at 12:44 PM, Krzesimir Nowak wrote: >>

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-03 Thread Krzesimir Nowak
On Mon, 2013-12-02 at 18:34 +0100, Jakub Narębski wrote: > W dniu 2013-12-02 13:06, Krzesimir Nowak pisze: > > On Mon, 2013-12-02 at 01:21 +0100, Jakub Narębski wrote: > >> On Thu, Nov 28, 2013 at 12:44 PM, Krzesimir Nowak > >> wrote: > >> > >>> Allow @additional_branch_refs configuration variabl

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-02 Thread Junio C Hamano
Jakub Narębski writes: > I think that additional-branch-refs (or just branch-refs) is different enough > from remote_heads feature (which is about showing "remotes" section > in "summary" view, and IIRC adding "remotes" view) that it should be > kept separate. > > On the other hand it is similar

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-02 Thread Jakub Narębski
On Mon, Dec 2, 2013 at 7:18 PM, Junio C Hamano wrote: > Krzesimir Nowak writes: >> On Mon, 2013-12-02 at 01:21 +0100, Jakub Narębski wrote: >>> On Thu, Nov 28, 2013 at 12:44 PM, Krzesimir Nowak >>> wrote: >>> >>> > Allow @additional_branch_refs configuration variable to tell gitweb to >>> > show

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-02 Thread Junio C Hamano
Krzesimir Nowak writes: > On Mon, 2013-12-02 at 01:21 +0100, Jakub Narębski wrote: >> On Thu, Nov 28, 2013 at 12:44 PM, Krzesimir Nowak >> wrote: >> >> > Allow @additional_branch_refs configuration variable to tell gitweb to >> > show refs from additional hierarchies in addition to branches in

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-02 Thread Jakub Narębski
W dniu 2013-12-02 13:06, Krzesimir Nowak pisze: On Mon, 2013-12-02 at 01:21 +0100, Jakub Narębski wrote: On Thu, Nov 28, 2013 at 12:44 PM, Krzesimir Nowak wrote: Allow @additional_branch_refs configuration variable to tell gitweb to show refs from additional hierarchies in addition to branch

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-02 Thread Krzesimir Nowak
On Mon, 2013-12-02 at 01:21 +0100, Jakub Narębski wrote: > On Thu, Nov 28, 2013 at 12:44 PM, Krzesimir Nowak > wrote: > > > Allow @additional_branch_refs configuration variable to tell gitweb to > > show refs from additional hierarchies in addition to branches in the > > list-of-branches view. >

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-02 Thread Krzesimir Nowak
On Thu, 2013-11-28 at 20:13 -0500, Eric Sunshine wrote: > On Thu, Nov 28, 2013 at 6:44 AM, Krzesimir Nowak > wrote: > > Allow @additional_branch_refs configuration variable to tell gitweb to > > show refs from additional hierarchies in addition to branches in the > > list-of-branches view. > > >

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-12-01 Thread Jakub Narębski
On Thu, Nov 28, 2013 at 12:44 PM, Krzesimir Nowak wrote: > Allow @additional_branch_refs configuration variable to tell gitweb to > show refs from additional hierarchies in addition to branches in the > list-of-branches view. > > Signed-off-by: Krzesimir Nowak Why not use %feature hash instead

Re: [PATCH v3] gitweb: Add an option for adding more branch refs

2013-11-28 Thread Eric Sunshine
On Thu, Nov 28, 2013 at 6:44 AM, Krzesimir Nowak wrote: > Allow @additional_branch_refs configuration variable to tell gitweb to > show refs from additional hierarchies in addition to branches in the > list-of-branches view. > > Signed-off-by: Krzesimir Nowak > --- > diff --git a/gitweb/gitweb.pe

[PATCH v3] gitweb: Add an option for adding more branch refs

2013-11-28 Thread Krzesimir Nowak
Allow @additional_branch_refs configuration variable to tell gitweb to show refs from additional hierarchies in addition to branches in the list-of-branches view. Signed-off-by: Krzesimir Nowak --- Documentation/gitweb.conf.txt | 13 gitweb/gitweb.perl| 75 ++