Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Limit the branch name length of git trac #27

Open
koffie opened this issue Aug 30, 2017 · 1 comment
Open

Limit the branch name length of git trac #27

koffie opened this issue Aug 30, 2017 · 1 comment

Comments

@koffie
Copy link

koffie commented Aug 30, 2017

Currently git trac creates extremely long branch names like at for example: making_disjointunionenumeratedsets_check_for_finiteenumeratedsets_when_category_is_not_set at #21218 . This not only renders really awkwardly on trac, but is also highly inconvenient for people using git the hard way.

@vbraun
Copy link
Member

vbraun commented Aug 30, 2017

You probably want bash tab-completion for git branches; The actual length is irrelevant as you ever only type the first couple of chars.

Having said that, I don't mind merging a patch that limits the default length (but something reasonably long, say, 30 chars?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants