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
Victor Kartashov 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 any) for commit message
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_text() leads to a
On Thu, Mar 27, 2014 at 10:56 AM, Victor Kartashov
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 it be meaningful to high
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 inserti
5 matches
Mail list logo