Releases: bitrise-steplib/steps-git-clone
Releases · bitrise-steplib/steps-git-clone
4.1.0
- Falling back to manual merge upon failing on applying a patch file. (#139)
4.0.28
Apply branch refspec for each git fetch
command calls, if a branch is provided.
4.0.27
Apply clone depth to each checkout strategy.
4.0.26
Switched the order of submodule update and detaching head, as a result of internal non-breaking changes.
4.0.25
Fixed edge cases where both branch and commit or tag are provided
4.0.24
Internal changes to prepare for better error handling around git submodule update.
4.0.23
Internal changes to prepare for better error handling.
4.0.22
Instead of an exit code, include git command output in error messages.
Available branches will be included in the error message if checkout fails due to invalid branch.
4.0.21
Fixed a case where pr branch is not of the pull/x/merge
would cause merge failure
4.0.20
Use full qualified ref names for branches when fetching. This should fix errors caused by name equality of branches and tags.