Sverre Rabbelier wrote: > The problem currently is that when > you try to "git push origin :experimental-branch", there is no way for > the transport-helper code to tell the helper to delete the ref. Ah! Thanks for explaining. It also occurs to me that reset refs/heads/experimental-branch ... rest of the fast-import stream comes here ... could be used as an especially non-self-explanatory way to express this kind of thing. :) No idea whether that works already. A deleteref command and deleteref feature documented to be meant for this purpose sound handy to me. By the way, what does the "export" command do in the following situation? git push origin something-big:master Does it assume the remote-tracking branch for master reflects what's available on the other end and send a stream for origin/master..something-big, or does it send the entire history of something-big? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html