git-fetch: allow forcing glob pattern in refspec
authorJunio C Hamano <junkio@cox.net>
Sat, 25 Nov 2006 09:10:10 +0000 (01:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 25 Nov 2006 09:10:10 +0000 (01:10 -0800)
Building on top of the earlier refspec glob pattern enhancement,
this allows a glob pattern to say the updates should be forced
by prefixing it with '+' as usual, like this:

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

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found