Re: [PATCH] gitweb: Make showing branches configurable

2013-11-26 Thread Krzesimir Nowak
On Mon, 2013-11-25 at 11:32 -0800, Junio C Hamano wrote: > Krzesimir Nowak writes: > > > On Fri, 2013-11-22 at 09:34 -0800, Junio C Hamano wrote: > >> Krzesimir Nowak writes: > >> > >> > Running 'make GITWEB_WANTED_REFS="heads wip" gitweb.cgi' will create a > >> > gitweb CGI script showing bran

Re: [PATCH] gitweb: Make showing branches configurable

2013-11-25 Thread Junio C Hamano
Krzesimir Nowak writes: > On Fri, 2013-11-22 at 09:34 -0800, Junio C Hamano wrote: >> Krzesimir Nowak writes: >> >> > Running 'make GITWEB_WANTED_REFS="heads wip" gitweb.cgi' will create a >> > gitweb CGI script showing branches that appear in refs/heads/ and in >> > refs/wip/. Might be useful

Re: [PATCH] gitweb: Make showing branches configurable

2013-11-25 Thread Krzesimir Nowak
On Fri, 2013-11-22 at 09:34 -0800, Junio C Hamano wrote: > Krzesimir Nowak writes: > > > Running 'make GITWEB_WANTED_REFS="heads wip" gitweb.cgi' will create a > > gitweb CGI script showing branches that appear in refs/heads/ and in > > refs/wip/. Might be useful for gerrit setups where user bran

Re: [PATCH] gitweb: Make showing branches configurable

2013-11-22 Thread Junio C Hamano
Krzesimir Nowak writes: > Running 'make GITWEB_WANTED_REFS="heads wip" gitweb.cgi' will create a > gitweb CGI script showing branches that appear in refs/heads/ and in > refs/wip/. Might be useful for gerrit setups where user branches are > not stored under refs/heads/. > > Signed-off-by: Krzesim

[PATCH] gitweb: Make showing branches configurable

2013-11-22 Thread Krzesimir Nowak
Running 'make GITWEB_WANTED_REFS="heads wip" gitweb.cgi' will create a gitweb CGI script showing branches that appear in refs/heads/ and in refs/wip/. Might be useful for gerrit setups where user branches are not stored under refs/heads/. Signed-off-by: Krzesimir Nowak --- Notes: I'm actuall