wdjwxh/git-php

Validate $repos

Opened this issue · 1 comments

there are several ways invalid repo paths can get into $repos. Repos should
be verified to exist and then verified to be a valid git repo.

Original issue reported on code.google.com by zackbar...@gmail.com on 19 Feb 2007 at 5:00

Repos beginning with a dot cause troubles (i.e /home/mike/something.git/.git 
breaks
write_zip and write_targz).

Original comment by fij...@gmail.com on 18 Aug 2007 at 2:04