Re: [PATCH 0/5] Show extra branch refs in gitweb v6

2013-12-04 Thread Junio C Hamano
Krzesimir Nowak writes: > First patch just adds a comment I though would be useful when trying > to understand how config parsing is done. > > Second patch splits some code to a function. > > Third patch fixes validation functions to return either 0 or 1, > instead of undef or passed $input. > >

[PATCH 0/5] Show extra branch refs in gitweb v6

2013-12-04 Thread Krzesimir Nowak
First patch just adds a comment I though would be useful when trying to understand how config parsing is done. Second patch splits some code to a function. Third patch fixes validation functions to return either 0 or 1, instead of undef or passed $input. Fourth patch adds the extra-branch-featur