Files
dokploy/packages
Mauricio Siu dfff91c6f3 fix: support hashtag and special chars in branch names for git clone
Branch names were interpolated unquoted into the git clone shell command,
so a `#` (valid in git branch names) started a shell comment and dropped
the rest of the command, causing the clone to fail (#4585).

Escape the branch name with shell-quote (already a dependency) across all
providers: gitlab, github, gitea, bitbucket and custom git.
2026-06-16 07:12:40 -06:00
..