No.
Refnames MUST NOT start with a ".".
It's not even about the traditional unix "hidden file" thing. It's simply
a syntactic issue. A ref cannot start with a ".", because we use things
like ".." and "..." to separate them.
For the same reason, a ref must not contain - anywhere in its name - a "^"
or a ".." or the other magic characters.
If you want to hide refs, you should do so some other way.
Linus
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html