TYPO3 Flow Base DistributionPackagesApplications

Feature #50151

Add fetchAllTags option to GitCheckoutTask

Added by Patrick Pussar about 2 years ago. Updated almost 2 years ago.

Status:Resolved Start date:2013-07-18
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:-
Target version:-

Description

Without further options, "git fetch" only fetches tags that point at objects reachable from the branch heads (man 1 git-fetch). If a tag is not fetched, the following step (git reset) will not proceed. Therefore, it is necesary to force git to download all tags in some circumstances.
This can be done by setting the option "fetchAllTags" to true.

Associated revisions

Revision 6a1f0eff
Added by Christian Roeder almost 2 years ago

[FEATURE] Add fetchAllTags option to GitCheckoutTask

Without further options, "git fetch" only fetches tags that point at
objects reachable from the branch heads (man 1 git-fetch). If a tag is
not fetched, the following step (git reset) will not proceed.
Therefore, it is necessary to force git to download all tags in some
circumstances. This can be done by setting the option "fetchAllTags"
to true.

If the option is not set, or set to false, the default behaviour of
git is used, as was the case before. The default behaviour of Surf
therefore does not change.

Resolves: #50151
Change-Id: I2d17746bdcf786d10f034d758a75947e96ef191a

History

#1 Updated by Gerrit Code Review almost 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22848

#2 Updated by Gerrit Code Review almost 2 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22848

#3 Updated by Anonymous almost 2 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF