On Thu, Sep 17, 2009 at 6:08 PM, Rustom Mody <rustompmody@xxxxxxxxx> wrote: > On Thu, Sep 17, 2009 at 12:58 PM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: >> I think the most important thing would be that you send bundles around, >> not patches, so that you all can work with and talk about unique object names. >> >> -- Hannes I started looking at git bundle and find things like master\~10. Whats the backslash doing? Tried running git bundle create with and without the backslash -- it produced the same bundle. Looked up tilde-expansion in bash and I gather bash does things to the ~ only on beginning of words whereas as far as I can see git uses ~ only at the end of words like master. What am I missing? -- 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