plugin-git
plugin-git copied to clipboard
Woodpecker plugin for cloning Git repositories
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `2.6.1` will be created...
# Summary Add a setting `custom-ssl-cert` (or similar name such as `-body`?) to give Git the custom certificate to verify the HTTPS connection. The setting will be empty (in that...
... for systems with no installed netrc helper so add `plugin-git read-netrc` that can read and forward info via https://git-scm.com/docs/gitcredentials
Please add properties `ssh-key-raw` to provide Base64 string of SSH key (not path to file) and `custom-cert-raw` to provide Base64 string of custom server certificate. I tried to use this...
Say I have repo A and repo B. Repo A includes repo B as a submodule. Repo B has an lfs-stored png. Using the default clone behaviour, the LFS PNG...
Would be suuper cool to support nested submodule path overrides ```yml clone: git: image: woodpeckerci/plugin-git settings: recursive: true submodule_override: first_submodule_path: # The following does not apply when git recurses into...
Hi, I'm running a woodpecker server and agents on next version (master). I barely saw this error when I only had one worker but since I increased it to 16...