| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-17 | better gitpbv0.0.35 | Jeff Carr | |
| 2024-12-16 | update to libgit2 version 1.8.4. dump old github and vendor stuff | Jeff Carr | |
| go install go.wit.com/apps/go-clone@latest go install go.wit.com/apps/go-mod-clean@latest go-clone --recusive go.wit.com/lib/git2go Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-12-09 | Replace golang.org/x/crypto/openpgp with github.com/ProtonMail/go-crypto | Roland Shoemaker | |
| The golang.org/x/crypto/openpgp library has been deprecated for over a year now (see golang.org/issue/44226, and the deprecation notice in the package documentation). The library is unmaintained and has a number of API and usability issues. ProtonMail maintains a community fork which is actively maintained, and for most cases is a drop-in replacement. This change switches usages of golang.org/x/crypto/openpgp/... with github.com/ProtonMail/go-crypto/openpgp/..., the only other code changes are adding a nil packet.Config to a openpgp.CheckArmoredDetachedSignature call. (This change is part of a wider effort by the Go Security team to remove usages of golang.org/x/crypto/openpgp from the Go ecosystem.) | |||
| 2020-12-06 | Add `NewCredentialSSHKeyFromSigner` (#706) | lhchavez | |
| This change adds `NewCredentialSSHKeyFromSigner`, which allows idiomatic use of SSH keys from Go. This also lets us spin off an SSH server in the tests. | |||
| 2020-08-18 | Add support for creating signed commits and signing commits during a rebase ↵ | michael boulton | |
| (#626) | |||
