This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new eafc1233fa Git: enable "replace invalid branch characters" by default
new 2712a81fcc Merge pull request #6555 from
mbien/valid-branch-names-by-default
eafc1233fa is described below
commit eafc1233fa37f4576fa2669a442759f8c43acfc2
Author: Michael Bien <[email protected]>
AuthorDate: Wed Oct 11 12:51:41 2023 +0200
Git: enable "replace invalid branch characters" by default
---
ide/git/src/org/netbeans/modules/git/GitModuleConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ide/git/src/org/netbeans/modules/git/GitModuleConfig.java
b/ide/git/src/org/netbeans/modules/git/GitModuleConfig.java
index 0961b02e07..dab906c5a4 100644
--- a/ide/git/src/org/netbeans/modules/git/GitModuleConfig.java
+++ b/ide/git/src/org/netbeans/modules/git/GitModuleConfig.java
@@ -204,7 +204,7 @@ public final class GitModuleConfig {
}
public boolean getAutoReplaceInvalidBranchNameCharacters() {
- return
getPreferences().getBoolean(AUTO_REPLACE_INVALID_BRANCH_NAME_CHARACTERS, false);
+ return
getPreferences().getBoolean(AUTO_REPLACE_INVALID_BRANCH_NAME_CHARACTERS, true);
}
public void setAutoReplaceInvalidBranchNameCharacters(boolean value) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists