Re: [PATCH v5 1/5] Move commit GPG signature verification to commit.c

2013-03-29 Thread Junio C Hamano
Sebastian Götte writes: > @@ -230,4 +231,12 @@ extern void print_commit_list(struct commit_list *list, > const char *format_cur, > const char *format_last); > > +/* > + * Check the signature of the given commit. The result of the check is

[PATCH v5 1/5] Move commit GPG signature verification to commit.c

2013-03-29 Thread Sebastian Götte
Signed-off-by: Sebastian Götte --- commit.c| 59 + commit.h| 9 ++ gpg-interface.h | 8 + pretty.c| 91 + 4 files changed, 89 insertions(+), 78 deletions(-) diff --git a/