]> git.ipfire.org Git - thirdparty/git.git/commit
Fix generation of "humanish" part of source repo
authorUwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Fri, 20 Jan 2006 06:47:39 +0000 (07:47 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 20 Jan 2006 07:24:34 +0000 (23:24 -0800)
commite7555785f4edcf4988c53305349e3f525216e2cb
tree3e17b9a55f6a3ef13e8d1ffe80b0b29b464d549e
parent2fabd217330ea6a5b5082e9e86b169e3401de889
Fix generation of "humanish" part of source repo

If repo has the form <host>:<path> and <path> doesn't contain a slash, the
cloned repository is named "<host>:<path>", instead of "<path>" only.

Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh