parse-remote::expand_refs_wildcard()
commit0c7a97fafdaf7911183807019dbbb4d8c5079c4e
authorJunio C Hamano <junkio@cox.net>
Mon, 18 Dec 2006 20:13:46 +0000 (18 12:13 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 18 Dec 2006 20:13:46 +0000 (18 12:13 -0800)
treea4298ecbf842d8bb9bdd01463332ed9831bb063f
parentff7f22f36e2931db7683121f20ee2e03bd426096
parse-remote::expand_refs_wildcard()

Work around dash incompatibility by not using "${name%'^{}'}".

Noticed by Jeff King; dash seems to mistake the closing brace
inside the single quote as the terminating brace for parameter
expansion.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-parse-remote.sh