Skip to content

Commit

Permalink
chore(core): remove obsolete (since 7.x) branch name characters
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed Apr 13, 2022
1 parent f272752 commit a1d3952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static enum BranchState {
/**
* Allowed set of characters for a branch name.
*/
public static final String DEFAULT_ALLOWED_BRANCH_NAME_CHARACTER_SET = "a-zA-Z0-9.~_-";
public static final String DEFAULT_ALLOWED_BRANCH_NAME_CHARACTER_SET = "a-zA-Z0-9_-";

/**
* The maximum length of a branch.
Expand Down

0 comments on commit a1d3952

Please sign in to comment.