]> asedeno.scripts.mit.edu Git - git.git/commit
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)
commitd945d4be20d577868646f1b676b605cd9fdadf86
tree5a8fb0cad19599f252cf7195d073fa6b5a240764
parentcadd8a7d4dad0a29a9b38b33979e7137adaf62cf
git-fetch: allow forcing glob pattern in refspec

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>
git-parse-remote.sh