Git development
 help / color / mirror / Atom feed
* [RFC] Branch naming -- allowed characters?
@ 2007-08-26  8:54 Jari Aalto
  2007-08-26 10:17 ` Petr Baudis
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto @ 2007-08-26  8:54 UTC (permalink / raw)
  To: git


I just noticed this while trying to track quilt project and making a
local branch with name '.pc':

    'fatal: '.pc' is not a valid branch name.'

Would it be possible to allow using arbitrary names with branches in
future git, even UTF-8?

If that is not possible, would it be possible to at least broaden the
charcter set with regular typeable US ascii letters, excluding the
control ones. Something found in filenames/URLs. Like regexp:

    [][{}()_=+%!&@#~*.:;,/A-Za-z-]

Jari

[*] Emacs even saves with names like: *Messages*

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-26 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-26  8:54 [RFC] Branch naming -- allowed characters? Jari Aalto
2007-08-26 10:17 ` Petr Baudis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox