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 victor.kartas...@gmail.com --- here's new patch fixed remarks by Eric Sunshine pop @commit_lines in

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

2014-03-28 Thread Junio C Hamano
Victor Kartashov v.kartas...@npo-echelon.ru writes: 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 If that is a single sentence, please write it as such: Show gpg signature (if

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

2014-03-28 Thread Victor Kartashov
On 28 March 2014 21:47, Junio C Hamano gits...@pobox.com 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

[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 victor.kartas...@gmail.com --- gitweb/gitweb.perl | 33 ++--- gitweb/static/gitweb.css | 5 +

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

2014-03-27 Thread Eric Sunshine
On Thu, Mar 27, 2014 at 10:56 AM, Victor Kartashov victor.kartas...@gmail.com wrote: shows gpg signature (if any) for commit message in gitweb in case of successfully verifying the signature highlights it with green Write in imperative mood: Show gpg ... highlight it... As a corollary, would