git-resource
git-resource copied to clipboard
Add 'all_branches' flag to params in 'in'
Adds a flag to disable the use of the '--single-branch' flag when cloning the repository, allowing all branches to be fetched from the remote
Removes the need for workarounds such as passing --no-single-branch via source.branch, as described in #325