On 28 March 2014 21:47, Junio C Hamano wrote:
>
>
>Teach gitweb to show GPG signature verification status when
>showing a commit that is signed. Highlight in green or red to
>differentiate valid and invalid signatures.
>
> or something?
Yes, kind of :)
> Is it a good idea to do t
show gpg signature (if any) for commit message in gitweb
in case of valid signature highlight it with green
in case of invalid signature highlight it with red
Signed-off-by: Victor Kartashov
---
here's new patch
fixed remarks by Eric Sunshine
"pop @commit_lines" in parse_commit_te
shows gpg signature (if any) for commit message in gitweb
in case of successfully verifying the signature highlights it with green
Signed-off-by: Victor Kartashov
---
gitweb/gitweb.perl | 33 ++---
gitweb/static/gitweb.css | 5 +
2 files changed, 31
3 matches
Mail list logo