Hi, On Wed, 21 Nov 2007, Johannes Schindelin wrote: > > When creating a bundle, symbolic refs used to be resolved to the > non-symbolic refs they point to before being written to the list > of contained refs. I.e. "git bundle create a1.bundle HEAD master" > would show something like > > 388afe7881b33102fada216dd07806728773c011 refs/heads/master > 388afe7881b33102fada216dd07806728773c011 refs/heads/master Aaargh. My patch broke "git bundle create x master". I somehow believed that resolve_ref () would turn "master" into "refs/heads/master", which it does not do. So please ignore this patch. 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