gitweb: Denote non-heads, non-remotes branches
commite374747f51736a08d048d3e227053d02b0d28735
authorKrzesimir Nowak <krzesimir@endocode.com>
Wed, 11 Dec 2013 11:54:44 +0000 (11 12:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Dec 2013 20:37:37 +0000 (12 12:37 -0800)
tree363ce995488cea193bac14949326b73e591b1ada
parent8d646a9bac7d64c38060e0c252fd87eba6c4d5cf
gitweb: Denote non-heads, non-remotes branches

Given two branches residing in refs/heads/master and refs/wip/feature
the list-of-branches view will present them in following way:
master
feature (wip)

When getting a snapshot of a 'feature' branch, the tarball is going to
have name like 'project-wip-feature-<short hash>.tgz'.

Signed-off-by: Krzesimir Nowak <krzesimir@endocode.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl