From c99ec048bf386ed2b28086cb3756af2dc91fc3d2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 17 Oct 2005 17:46:35 -0700 Subject: GIT 0.99.8e Linus Torvalds: make checkout-index '-a' flag saner. Junio C Hamano: whatchanged: document -m option from git-diff-tree. Functions to quote and unquote pathnames in C-style. Update git-apply to use C-style quoting for funny pathnames. Do not quote SP. git-checkout-index: documentation updates. Signed-off-by: Junio C Hamano --- git-clone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-clone.sh') diff --git a/git-clone.sh b/git-clone.sh index 78c83e84c2..18e692a67b 100755 --- a/git-clone.sh +++ b/git-clone.sh @@ -54,9 +54,9 @@ Perhaps git-update-server-info needs to be run there?" do name=`expr "$refname" : 'refs/\(.*\)'` && case "$name" in - *^{}) ;; + *^*) ;; *) - git-http-fetch -v -a -w "$name" "$name" "$1/" || exit 1 ;; + git-http-fetch -v -a -w "$name" "$name" "$1/" || exit 1 esac done <"$clone_tmp/refs" rm -fr "$clone_tmp" -- cgit v1.3