Releases: bitrise-steplib/steps-git-clone
Releases · bitrise-steplib/steps-git-clone
4.0.19
Add branch parameter to git fetch if possible.
4.0.18
4.0.17
Commit subject and message trimming is now set to envman max item limit.
4.0.16
Fix
Fix the URL parsing issue if the provided git URL used the long SSH format, but no port was specified in it.
Example:
Previously the step was able to parse the ssh://git@github.com:22/bitrise-samples/git-clone-test.git
But failed for ssh://git@github.com/bitrise-samples/git-clone-test.git
4.0.15
Commit message subject and body is trimmed to 72 chars when exported with envman, if they are longer.
4.0.14
Remove Bash toolkit leftovers
4.0.13
4.0.12
4.0.11
- Input groupping