git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Show extra branch refs in gitweb v6
@ 2013-12-04 13:42 Krzesimir Nowak
  2013-12-04 13:42 ` [PATCH 1/5] gitweb: Add a comment explaining the meaning of $/ Krzesimir Nowak
                   ` (5 more replies)
  0 siblings, 6 replies; 32+ messages in thread
From: Krzesimir Nowak @ 2013-12-04 13:42 UTC (permalink / raw)
  To: git; +Cc: gitster, jnareb, sunshine, 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-feature and some documentation.

Fifth patch adds some visual differentation of branches from
non-standard ref directories.

Krzesimir Nowak (5):
  gitweb: Add a comment explaining the meaning of $/
  gitweb: Move check-ref-format code into separate function
  gitweb: Return plain booleans in validation methods
  gitweb: Add a feature for adding more branch refs
  gitweb: Denote non-heads, non-remotes branches

 Documentation/gitweb.conf.txt |  27 +++++++
 gitweb/gitweb.perl            | 166 +++++++++++++++++++++++++++++++++---------
 2 files changed, 160 insertions(+), 33 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2013-12-10 19:44 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 13:42 [PATCH 0/5] Show extra branch refs in gitweb v6 Krzesimir Nowak
2013-12-04 13:42 ` [PATCH 1/5] gitweb: Add a comment explaining the meaning of $/ Krzesimir Nowak
2013-12-04 15:11   ` Jakub Narębski
2013-12-04 15:46     ` Krzesimir Nowak
2013-12-04 16:19       ` Martin Langhoff
2013-12-04 20:28         ` Junio C Hamano
2013-12-05  9:16           ` Krzesimir Nowak
2013-12-04 17:34       ` Jakub Narębski
2013-12-04 17:37         ` Jakub Narębski
2013-12-04 13:43 ` [PATCH 2/5] gitweb: Move check-ref-format code into separate function Krzesimir Nowak
2013-12-04 15:56   ` Jakub Narębski
2013-12-05  9:19     ` Krzesimir Nowak
2013-12-04 20:31   ` Junio C Hamano
2013-12-05  9:18     ` Krzesimir Nowak
2013-12-04 13:43 ` [PATCH 3/5] gitweb: Return plain booleans in validation methods Krzesimir Nowak
2013-12-04 16:07   ` Jakub Narębski
2013-12-04 18:11     ` Junio C Hamano
2013-12-05  9:23     ` Krzesimir Nowak
2013-12-05 18:16       ` Junio C Hamano
2013-12-05 19:11         ` Jakub Narębski
2013-12-05 20:01           ` Junio C Hamano
2013-12-04 13:43 ` [PATCH 4/5] gitweb: Add a feature for adding more branch refs Krzesimir Nowak
2013-12-04 18:06   ` Jakub Narębski
2013-12-05 10:00     ` Krzesimir Nowak
2013-12-05 11:40       ` Jakub Narębski
2013-12-10 16:04       ` Krzesimir Nowak
2013-12-10 18:54     ` Junio C Hamano
2013-12-10 19:06       ` Jakub Narębski
2013-12-10 19:44         ` Junio C Hamano
2013-12-04 13:43 ` [PATCH 5/5] gitweb: Denote non-heads, non-remotes branches Krzesimir Nowak
2013-12-04 18:54   ` Jakub Narębski
2013-12-04 20:37 ` [PATCH 0/5] Show extra branch refs in gitweb v6 Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).