[PATCH] am: configure gpg at startup

2015-09-30 Thread Renee Margaret McConahy
git_gpg_config's functionality ought to be merged into git_default_config, but this is simpler and in keeping with the current practice. Signed-off-by: Renee Margaret McConahy --- builtin/am.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/builtin/am.c b/builtin

[PATCH v2] am: configure gpg at startup

2015-09-30 Thread Renee Margaret McConahy
git_gpg_config's functionality ought to be merged into git_default_config, but this is simpler and in keeping with the current practice. Signed-off-by: Renee Margaret McConahy --- Oops, my bad. Thanks. builtin/am.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bu