Re: git-send-pack: broken handling of ref specs with wildcards
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:43:14
Hi,
On Fri, 8 Jun 2007, Alex Riesen wrote:
Try something like this:
git-send-pack --remote=origin --thin /some/other/repo \
'refs/heads/*:refs/remotes/child/*'
The result looks broken: the sent reference are created not in
refs/remotes/child/ but just in refs/heads/ of /some/other/repo.
I had the impression that it was git-push, a porcelain, which handles
refspec wildcards, not send-pack, which is plumbing.
Ciao,
Dscho