Skip to content

Releases: bitrise-steplib/steps-git-clone

4.0.28

12 Mar 10:03
9ccf039
Compare
Choose a tag to compare

Apply branch refspec for each git fetch command calls, if a branch is provided.

4.0.27

11 Mar 13:39
47b323a
Compare
Choose a tag to compare

Apply clone depth to each checkout strategy.

4.0.26

09 Mar 14:54
83f2734
Compare
Choose a tag to compare

Switched the order of submodule update and detaching head, as a result of internal non-breaking changes.

4.0.25

09 Dec 12:10
1873673
Compare
Choose a tag to compare

Fixed edge cases where both branch and commit or tag are provided

4.0.24

17 Nov 13:30
b1cbe45
Compare
Choose a tag to compare

Internal changes to prepare for better error handling around git submodule update.

4.0.23

13 Nov 10:01
d15bd8e
Compare
Choose a tag to compare

Internal changes to prepare for better error handling.

4.0.22

26 Oct 09:51
9876195
Compare
Choose a tag to compare

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

01 Sep 14:22
05cf90a
Compare
Choose a tag to compare

Fixed a case where pr branch is not of the pull/x/merge would cause merge failure

4.0.20

28 Aug 08:06
58bb71f
Compare
Choose a tag to compare

Use full qualified ref names for branches when fetching. This should fix errors caused by name equality of branches and tags.

4.0.19

26 Aug 15:30
830b5ff
Compare
Choose a tag to compare

Add branch parameter to git fetch if possible.