Skip to content

Releases: bitrise-steplib/steps-git-clone

4.0.13

23 Nov 13:04

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

Choose a tag to compare

4.0.11

07 May 10:52

Choose a tag to compare

  • Input groupping

4.0.10

20 Mar 15:12

Choose a tag to compare

  • Fetch only the affected branches

4.0.9

02 Mar 12:29

Choose a tag to compare

  • Support repository urls in the form of ssh://git@hostname:port/owner/repository.git

4.0.8

23 Feb 14:41

Choose a tag to compare

  • Reset repository after a failed merge
  • Fix: fetch tags if tag input is set

4.0.7

31 Jan 17:49

Choose a tag to compare

  • Unshallow repository if merge failed when depth is set

4.0.6

31 Jan 14:54

Choose a tag to compare

  • In case of manual merge clone pull/x/head branch then merge instead of cloning the pull/x/merge branch
  • Set inputs to read-only
  • fetch tags when cloning a tag

4.0.5

21 Dec 14:22

Choose a tag to compare

  • Call git merge if the checkout target is a branch
  • Parse urls to decide if the repo is a fork

4.0.4

15 Dec 11:53

Choose a tag to compare

  • Ignore depth in case of Pull Request if using manual merge
  • Remove double quotes from exported env var values
  • Print commit hash after checkout in case of Pull Request