aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/tag_test.go
Commit message (Expand)AuthorAgeFilesLines
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* plumbing: support SSH/X509 signed tagsHidde Beydals2023-02-271-0/+21
* plumbing: object, fix TestDecodeAndVerify testMáximo Cuadros2021-04-161-44/+53
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-061-40/+19
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-1/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-4/+4
* plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116Antoine GIRARD2019-04-241-1/+23
* Add test for decoding and verifying signed tags with extra new line after sig...Filip Navara2019-04-201-0/+72
* Expose Storage cache.kuba--2018-09-071-3/+2
* plumbing: object: Clamp object timestamps before unix epoch to unix epochTaru Karttunen2018-08-291-1/+1
* plumbing: object/tag, add signature verificationSunny2017-11-241-0/+65
* plumbing: object/tag, add PGPSignature supportSunny2017-11-241-0/+26
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* plumbing: MemoryObject.Writer tracks his own sizeMáximo Cuadros2017-05-041-18/+17
* plumbing: Use ReadBytes() rather than ReadSlice()Nick Thomas2017-03-271-0/+17
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-3/+3
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-3/+3
* new git fixture pathMáximo Cuadros2017-01-301-1/+1
* Improve Tag test coverage. (#188)Antonio Navarro Perez2016-12-151-5/+107
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-0/+169