Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clone: Quote user supplied path in a single quote pair
Without this patch, $ git clone foo . results in this: Cloning into .... done. With it: Cloning into '.'... done. Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information