From: baluchen <murugan.bala@gmail.com>
To: git@vger.kernel.org
Subject: Re: clone URL missing in gitweb
Date: Wed, 18 Jul 2012 01:30:20 -0700 (PDT) [thread overview]
Message-ID: <1342600220487-7563196.post@n2.nabble.com> (raw)
In-Reply-To: <20120718085853.1702340b2uu0gmnh@webmail.moger.at>
Thanks tom.
I verified and i have following line in my gitweb.cgi. But still i caould
not get cloan
our @git_base_url_list = grep { $_ ne '' } ("");
@url_list = map { "$_/$project" } @git_base_url_list unless
@url_list;
# use per project git URL list in $projectroot/$project/cloneurl
# or make project git URL from git base URL and project name
my $url_tag = "URL";
my @url_list = git_get_project_url_list($project);
@url_list = map { "$_/$project" } @git_base_url_list unless
@url_list;
foreach my $git_url (@url_list) {
next unless $git_url;
print format_repo_url($url_tag, $git_url);
$url_tag = "";
}
Thanks
Bala
--
View this message in context: http://git.661346.n2.nabble.com/clone-URL-missing-in-gitweb-tp7563176p7563196.html
Sent from the git mailing list archive at Nabble.com.
next prev parent reply other threads:[~2012-07-18 8:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-18 6:07 clone URL missing in gitweb baluchen
2012-07-18 6:58 ` Thomas Hager
2012-07-18 8:30 ` baluchen [this message]
2012-07-18 8:59 ` Thomas Hager
2012-07-18 10:26 ` baluchen
2012-07-18 14:39 ` Thomas Hager
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1342600220487-7563196.post@n2.nabble.com \
--to=murugan.bala@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).