Re: [PATCH] Makefile.am: allow slashes in git branches

Jacob Bachmeyer <[email protected]> Wed, 02 Sep 2020 11:22:17 -0500
Newsgroups gmane.comp.sysutils.dejagnu.general
Message-ID <[email protected]>
Jose E. Marchesi wrote:
> It is way common for git branches to feature slashes in their names.
> This patch modifies a sed invocation in Makefile.am to use a different
> command delimiter.
>   

Are there any characters that are actually not allowed in Git branch 
names or do I need to revise those commands a bit more?


-- Jacob