Heya, On Sun, Mar 28, 2010 at 11:34, Jeff King <peff@xxxxxxxx> wrote: > Here is a quick and dirty in-core implementation. The most notable > defect is that all textconvs store under refs/notes/textconv, which is > obviously bogus if you might textconv the same blob in two different > ways. What I did for the implementation of remote helpers is hash the url of the remote when storing it locally, that way you don't have to worry about escaping urls etc. You could do the same with the textconvs, store it under refs/notes/textconv/<hash of textconv filter>? -- Cheers, Sverre Rabbelier -- 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