git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git_get_projects_list and $projects_list
@ 2006-10-31 11:47 Aneesh Kumar
  2006-10-31 11:59 ` Jakub Narebski
  0 siblings, 1 reply; 4+ messages in thread
From: Aneesh Kumar @ 2006-10-31 11:47 UTC (permalink / raw)
  To: Git Mailing List

Ok if i have

$projects_list = "/a/git////" ==> ending "/" . the function will fail
at check_export_ok()


That is because we get the $pfxlen wrong. We should ignore all the trailing "/"
my $subdir = substr($File::Find::name, $pfxlen + 1);



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

end of thread, other threads:[~2006-11-02  4:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-31 11:47 git_get_projects_list and $projects_list Aneesh Kumar
2006-10-31 11:59 ` Jakub Narebski
2006-10-31 12:23   ` Jakub Narebski
2006-11-02  4:13     ` Aneesh Kumar

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