Skip to content

Releases: bitrise-steplib/steps-git-clone

4.0.18

13 Jan 08:37
Compare
Choose a tag to compare

Step definition update.

4.0.17

08 Aug 14:21
Compare
Choose a tag to compare

Commit subject and message trimming is now set to envman max item limit.

4.0.16

02 Aug 08:25
Compare
Choose a tag to compare

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://[email protected]:22/bitrise-samples/git-clone-test.git
But failed for ssh://[email protected]/bitrise-samples/git-clone-test.git

4.0.15

19 Jul 09:49
Compare
Choose a tag to compare

Commit message subject and body is trimmed to 72 chars when exported with envman, if they are longer.

4.0.14

17 Dec 15:58
Compare
Choose a tag to compare

Remove Bash toolkit leftovers

4.0.13

23 Nov 13:04
Compare
Choose a tag to compare

Manual merge input description updated: When the Pull Request is from a GitHub or Bitbucket private fork repository set this to "no".

4.0.12

31 Aug 14:13
Compare
Choose a tag to compare

4.0.11

07 May 10:52
Compare
Choose a tag to compare
  • Input groupping

4.0.10

20 Mar 15:12
Compare
Choose a tag to compare
  • Fetch only the affected branches

4.0.9

02 Mar 12:29
Compare
Choose a tag to compare
  • Support repository urls in the form of ssh://git@hostname:port/owner/repository.git