This is based an alternative design we discussed on the list to prepare and push the notes tree on the sending side. Junio C Hamano (4): send-pack: typofix error message Split GPG interface into its own helper library rename "match_refs()" to "match_push_refs()" push -s: signed push Makefile | 2 + builtin/push.c | 1 + builtin/remote.c | 4 +- builtin/send-pack.c | 4 +- builtin/tag.c | 60 +++--------------------- builtin/verify-tag.c | 35 +------------ gpg-interface.c | 94 ++++++++++++++++++++++++++++++++++++ gpg-interface.h | 11 ++++ http-push.c | 4 +- notes.c | 16 ++++++ notes.h | 2 + remote.c | 13 +++-- remote.h | 4 +- transport.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++++- transport.h | 5 ++ 15 files changed, 283 insertions(+), 100 deletions(-) create mode 100644 gpg-interface.c create mode 100644 gpg-interface.h -- 1.7.7.rc0.188.g3793ac -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html