From 6b336fb1202c67b50f869c064304065edf01a5e7 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 24 Oct 2006 05:43:23 +0200 Subject: [PATCH] Fix showing of projname in 'great, subproject' msg --- cgi/regproj.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi/regproj.cgi b/cgi/regproj.cgi index 6836877..a7e69c9 100755 --- a/cgi/regproj.cgi +++ b/cgi/regproj.cgi @@ -70,8 +70,9 @@ consider registering it first; you do not have to be involved in the project in order to register it here as a mirror.

EOT } else { + my $xname = $name; $xname =~ s#/$#.git#; print <Great, your project will be created as a subproject of the '$name' project. +

Great, your project will be created as a subproject of the '$xname' project. This means that it will be properly categorized and you will need to push only the data you created, not the whole project. (That will be done automagically, you do not need to specify any extra arguments during the push.)

-- 2.11.4.GIT