+8
Completed

replace spaces with underscores everywhere

omegatron 7 years ago updated by Thomas Singer 7 years ago 4

SmartGit replaces spaces with underscores when creating a branch name, but not when creating a tag name, remote name, etc. It should just automatically replace in all those fields that don't accept spaces

+1

I think dash (-) is more widely used in branch names.

+2

Please make it configurable. For me "_" is great.

Completed

Implemented in SmartGit 17. Can be configured with the VM option smartgit.branch.replaceInvalidCharsWith defaulting to "_".