We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088ce37 commit c7279bcCopy full SHA for c7279bc
lib/core.sh
@@ -24,7 +24,7 @@ sanitize_branch_name() {
24
25
# Replace slashes, spaces, and other problematic chars with hyphens
26
# Remove any leading/trailing hyphens
27
- printf "%s" "$branch" | sed -e 's/[\/\\ :*?"<>|]/-/g' -e 's/^-*//' -e 's/-*$//'
+ printf "%s" "$branch" | sed -e 's/[\/\\ :*?"<>|#]/-/g' -e 's/^-*//' -e 's/-*$//'
28
}
29
30
# Canonicalize a path to its absolute form, resolving symlinks
0 commit comments