+8
Completed
replace spaces with underscores everywhere
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
Customer support service by UserEcho
I think dash (-) is more widely used in branch names.
Please make it configurable. For me "_" is great.
Implemented in SmartGit 17. Can be configured with the VM option smartgit.branch.replaceInvalidCharsWith defaulting to "_".