Re: [PATCH] show signature of commit in gitk

2015-12-13 Thread Daniel Fahlke
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 si

[PATCH] show signature of commit in gitk

2015-12-02 Thread Daniel Fahlke
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

add support for --show-signature in gitk

2015-11-23 Thread Daniel Fahlke
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