git-send-pack: broken handling of ref specs with wildcards
From: Alex Riesen <hidden> Date: 2016-06-15 22:43:14
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.