On Thu, May 14, 2009 at 1:13 AM, Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> wrote: > 'git check-ref-format' checks for the presence of at least one '/', the > idea being that there should be no refs directly below 'refs/', so there > should be a category like 'heads/' or 'tags/' in a refname. > > Try and make this clearer in the man page. > > [....snip] > +. They must contain at least one `/`. This enforces the presence of a > + category like `heads/`, `tags/` etc. but the actual names are not > + restricted. > + > . They cannot have two consecutive dots `..` anywhere. > > [ ...snip] Ah, okay. This is clear. Many thanks. Cheers, Geoff -- 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