git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitweb.cgi bug
@ 2014-02-08 13:37 Dongsheng Song
  2014-02-08 16:29 ` Andrew Keller
  0 siblings, 1 reply; 5+ messages in thread
From: Dongsheng Song @ 2014-02-08 13:37 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List

On Thu, Feb 6, 2014 at 7:01 AM, Junio C Hamano <gitster@pobox.com> wrote:
>
> The latest maintenance release Git v1.8.5.4 is now available at
> the usual places.
>

I have an git repo PROJECT.git, the full path is /srv/repo/git/PROJECT.git,
when I set git_base_url_list in gitweb.conf:

@git_base_url_list = qw(https://192.168.30.239/repo/git
                            git@192.168.30.239:repo/git);

I got the result:

https://192.168.30.239/repo/git/PROJECT.git
git@192.168.30.239:/PROJECT.git

This is wrong, it should be (without the leading '/')
git@192.168.30.239:PROJECT.git

Regards,
Dongsheng

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

end of thread, other threads:[~2014-02-10 12:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 13:37 gitweb.cgi bug Dongsheng Song
2014-02-08 16:29 ` Andrew Keller
2014-02-09  3:19   ` Dongsheng Song
2014-02-09 16:06     ` Andrew Keller
2014-02-10 12:45       ` Dongsheng Song

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).