From: Markus Martin Date: Sun, 1 Dec 2013 21:42:33 +0000 (-0500) Subject: Fix missing blank repository name when cloning X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/7e33e38a869989d04d12f2ef160d514041eb01e3?ds=inline;hp=7e33e38a869989d04d12f2ef160d514041eb01e3 Fix missing blank repository name when cloning If the repository path given to 'vcsh clone' contains a trailing slash, the resulting cloned directory will be '.git' and vcsh will not recognize the cloned repository by name. This change ensures that a trailing slash will be stripped and the repository name will be populated. The previous faulty behavior is due to the custom implementation of the basename command first introduced in 794f0aac. ---