-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate checkout strategies more cleanly (#135)
* Separated checkout strategies to separate independent implementations, using the checkoutStrategy interface. * If commit, branch and tag is specified, no longer adding branch ref to the fetch command. This is the same behavior as checking out commit+branch, the fetch is not branch specific. * Created Exported parameters to serve as a public API (for describe the required input parameters for all checkout methods). (To be used in the webhook handler) * Submodule update is moved after checkout, as it is independent from other checkout actions (after detaching head).
- Loading branch information
Showing
48 changed files
with
1,570 additions
and
5,998 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.