git-fetch: allow glob pattern in refspec
authorJunio C Hamano <junkio@cox.net>
Thu, 23 Nov 2006 07:15:00 +0000 (23:15 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 00:54:54 +0000 (16:54 -0800)
commit5677882be721be5e2706a546d90804da8d8d0bd5
tree19fa83a977829fe18666af55b9d46091d8952f95
parent2986c02217f98809d8990e7679edf0f5d99f904d
git-fetch: allow glob pattern in refspec

This adds Andy's refspec glob.  You can have a single line:

Pull: refs/heads/*:refs/remotes/origin/*

in your ".git/remotes/origin" and say "git fetch" to retrieve
all refs under heads/ at the remote side to remotes/origin/ in
the local repository.

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