Jeff King <peff@xxxxxxxx> writes: > Here's a patch to do that. It still doesn't let you create long refs on > OS X, as we get caught up in the PATH_MAX found in git_path() and > friends. Still, I think it's a step in the right direction, and it fixes > the shearing issue. > > Patches 2 and 3 are just follow-on cleanups. > > [1/3]: read_packed_refs: use a strbuf for reading lines > [2/3]: read_packed_refs: pass strbuf to parse_ref_line > [3/3]: read_packed_refs: use skip_prefix instead of static array > > I checked, and this miraculously does not conflict with any of the refs > work in pu. :) Heh, I suspect that is largely because Michael's "reflog expire" is kept out of my tree while it is still under discusson. -- 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