Re: [PATCH] gitweb: gpg signature status indication for commits

2014-03-28 Thread Victor Kartashov
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

Re: [PATCH] gitweb: gpg signature status indication for commits

2014-03-28 Thread Victor Kartashov
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

[PATCH] gitweb: gpg signature status indication for commits

2014-03-27 Thread Victor Kartashov
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