On Thu, Aug 30, 2012 at 09:03:34AM -0700, Junio C Hamano wrote: > Oswald Buddenhagen <o...@kde.org> writes: > > >> 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. > >> > > as i wrote before, i'm pulling, not pushing,... > > You would need to decline the automatic tag following with --no-tags > (which in hindsight is misnamed; it really means "do not auto-follow > tags"), like so: > > cd $over_there && > git fetch --no-tags $my_repository 'refs/*:refs/remotes/mine/*' > > Otherwise, you will also get tags in refs/tags/. > git seems to be happily ignoring that flag. git fetch --prune --all --no-tags still re-populates the tags after i delete them manually. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
- Re: Bringing a bit more sanity to $GIT_DIR/object... Junio C Hamano
- Re: Bringing a bit more sanity to $GIT_DIR/object... Sascha Cunz
- Re: Bringing a bit more sanity to $GIT_DIR/object... Hallvard Breien Furuseth
- Re: Bringing a bit more sanity to $GIT_DIR/object... Oswald Buddenhagen
- GC of alternate object store (was: Bringing ... Hallvard Breien Furuseth
- Re: GC of alternate object store (was: B... Oswald Buddenhagen
- Re: GC of alternate object store Junio C Hamano
- Re: GC of alternate object store Oswald Buddenhagen
- Re: GC of alternate object ... Junio C Hamano
- Re: GC of alternate obj... Oswald Buddenhagen
- Re: GC of alternate obj... Dan Johnson
- Re: GC of alternate obj... Junio C Hamano
- [PATCH] fetch --all: pa... Dan Johnson
- Re: [PATCH] fetch --all... Jeff King
- [PATCH 1/2] argv-array:... Jeff King
- [PATCH 2/2] fetch: use ... Jeff King
- Re: [PATCH 2/2] fetch: ... Jens Lehmann
- [PATCH] submodule: use ... Jens Lehmann
- Re: [PATCH] fetch --all... Jeff King
- [PATCH 3/2] argv-array:... Jeff King