Hi, On Fri, 23 Nov 2007, Santi B?jar wrote: > My motivation was to have a similar workflow with bundles as with > pushes, or at least as similar as possible. So another possible workflow > would be with a: > > git bundle push [<bundle> [<refspec>]] > > that creates a bundle What about git bundle create retort.bundle --all \ --not $(git ls-remote the-other.bundle | cut -c1-40) Hmm? If you need that quite often, it should not be hard at all for you to add an option to the "create" named "--haves-from=<bundle>". But I'd rather script it. Ciao, Dscho - 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