Revert the previous "signed commit" attempt

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2011-11-08 16:05:43 -08:00
parent 5f549aa2f7
commit 00e3ef1728
24 changed files with 139 additions and 522 deletions

View File

@@ -175,9 +175,6 @@ struct commit_list *reduce_heads(struct commit_list *heads);
extern int commit_tree(const char *msg, unsigned char *tree,
struct commit_list *parents, unsigned char *ret,
const char *author, const char *sign_commit);
extern int parse_signed_commit(const unsigned char *sha1,
struct strbuf *message, struct strbuf *signature);
const char *author);
#endif /* COMMIT_H */