[PATCH v2] log: Read gpg settings for signed commit verification

2013-03-27 Thread Hans Brigman
setting from git config. Commit signing, tag signing, and tag verification use this setting properly. Make log and show commands pass through settings to gpg interface. Signed-off-by: Hans Brigman hbrig...@openspan.com --- builtin/log.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[PATCH v2] config: Consistent call style to gpg settings

2013-03-27 Thread Hans Brigman
From: Jacob Sarvis jsar...@openspan.com Calling style for passing settings to git_gpg_config is inconsistent between commit-tree, commit, log, merge, tag, and verify-tag. Consolidate style of calling git_gpg_config. Signed-off-by: Jacob Sarvis jsar...@openspan.com Signed-off-by: Hans Brigman

[PATCH] log: make show --show-signature use gpg.program setting

2013-03-25 Thread Hans Brigman
show --show-signature doesn't currently use the gpg.program setting. Commit signing, tag signing, and tag verification currently use this setting properly, so the logic has been added to handle it here as well. Signed-off-by: Hans Brigman hbrig...@openspan.com --- builtin/log.c | 4 +++- 1