Oswald Buddenhagen [off-list ref] writes:
On Tue, Aug 28, 2012 at 09:19:53PM +0200, Hallvard Breien Furuseth wrote:
...
quoted
Junio's proposal partially fixes that: It pushes refs/* instead of
refs/heads/*, to refs/remotes/<borrowing repo>/. However...
i did exacty that. the tags are *still* not populated - git just tries
very hard to treat them specially.
Just this part (I won't comment on the other parts in this discussion).
Doesn't
git push $over_there 'refs/*:refs/remotes/mine/*'
push your tag v1.0 to refs/remotes/mine/v1.0 over there? The
version of git I ship seems to do this just fine.
and the "stash" file is also ignored, unfortunately.
There is a work in progress to do this on 'pu'.