Hi,
the cli command `git log --show-signatures` has the nice feature of
showing additional informations for signed commits.
I want to add this informations into the gitk view of a commit.
I already have finished a first draft of this here
https://github.com/Flyingmana/git/commit/21a93f15e65765bfa
but still depending on the added --show-signature as argument
longer explanation:
git supports for some time now signed commits, and also show the
signature and its trust level inside the `git log` command.
Now, it can also get shown in gitk.
Signed-off-by: Flyingmana
---
gitk-git/gitk | 7
It seems my Patch got no attention yet, is there anything wrong?
Do I need to ping someone in particular?
On 12/02/2015 08:19 PM, Daniel Fahlke wrote:
> but still depending on the added --show-signature as argument
>
> longer explanation:
> git supports for some time now signed
3 matches
Mail list logo