aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/commit_reader.go
Commit message (Expand)AuthorAgeFilesLines
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+1
* Refactor commit signature parser (#30228)wxiaoguang2024-04-011-1/+1
* Include encoding in signature payload (#30174)KN4CK3R2024-03-291-0/+2
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-0/+2
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-2/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-131-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-121-1/+3
* Fix bug in commit verification introduced in #13673 (#14040)zeripath2020-12-171-1/+5
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-26/+20
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-1/+1
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-0/+108