1. 11cc180 Merge branch 'mg/gpg-fingerprint' by Junio C Hamano · 6 years ago
  2. 0256189 Merge branch 'mg/gpg-parse-tighten' by Junio C Hamano · 6 years ago
  3. 4de9394 gpg-interface.c: obtain primary key fingerprint as well by Michał Górny · 6 years ago
  4. 3daaaab gpg-interface.c: support getting key fingerprint via %GF format by Michał Górny · 6 years ago
  5. 0b11a84 gpg-interface.c: use flags to determine key/signer info presence by Michał Górny · 6 years ago
  6. da6cf1b gpg-interface.c: detect and reject multiple signatures on commits by Michał Górny · 6 years ago
  7. 4d34122 Merge branch 'jc/gpg-status' by Junio C Hamano · 7 years ago
  8. 4e5dc9c gpg-interface: propagate exit status from gpg back to the callers by Junio C Hamano · 7 years ago
  9. 1e7adb9 gpg-interface: introduce new signature format "x509" using gpgsm by Henning Schild · 7 years ago
  10. b02f51b gpg-interface: introduce new config to select per gpg format program by Henning Schild · 7 years ago
  11. 42149d7 gpg-interface: do not hardcode the key string len anymore by Henning Schild · 7 years ago
  12. 58af57e gpg-interface: introduce an abstraction for multiple gpg formats by Henning Schild · 7 years ago
  13. 57a8dd7 gpg-interface: add new config to select how to sign a commit by Henning Schild · 7 years ago
  14. fbd0f16 gpg-interface: make parse_gpg_output static and remove from interface header by Henning Schild · 7 years ago
  15. 8b44b2b gpg-interface: find the last gpg signature line by Jeff King · 7 years ago
  16. f68f2dd gpg-interface: extract gpg line matching helper by Jeff King · 7 years ago
  17. 17ef3a4 gpg-interface: fix const-correctness of "eol" pointer by Jeff King · 7 years ago
  18. e6fa6cd gpg-interface: use size_t for signature buffer size by Jeff King · 7 years ago
  19. f80bee2 gpg-interface: modernize function declarations by Jeff King · 7 years ago
  20. 1b0eeec gpg-interface: handle bool user.signingkey by Jeff King · 7 years ago
  21. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 8 years ago
  22. 49bd0fc tempfile: do not delete tempfile on failed close by Jeff King · 8 years ago
  23. 45c6b1e always check return value of close_tempfile by Jeff King · 8 years ago
  24. d88ef66 verify_signed_buffer: prefer close_tempfile() to close() by Jeff King · 8 years ago
  25. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  26. 88ce3ef *.[ch] refactoring: make use of the FREE_AND_NULL() macro by Ævar Arnfjörð Bjarmason · 8 years ago
  27. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  28. 661a180 gpg-interface: use more status letters by Michael J Gruber · 8 years ago
  29. af2b21e Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/gpg-show-long-key-in-signature-verification by Junio C Hamano · 9 years ago
  30. b624a3e gpg-interface: prefer "long" key format output when verifying pgp signatures by Linus Torvalds · 9 years ago
  31. efee955 gpg-interface: check gpg signature creation status by Michael J Gruber · 9 years ago
  32. 0581b54 sign_buffer: use pipe_command by Jeff King · 9 years ago
  33. 0d2b664 verify_signed_buffer: use pipe_command by Jeff King · 9 years ago
  34. 4322353 verify_signed_buffer: use tempfile object by Jeff King · 9 years ago
  35. c752fcc verify_signed_buffer: drop pbuf variable by Jeff King · 9 years ago
  36. aedb5dc gpg-interface: use child_process.args by Jeff King · 9 years ago
  37. 40cfc95 Merge branch 'nd/error-errno' by Junio C Hamano · 9 years ago
  38. ddf362a gpg-interface.c: use error_errno() by Nguyễn Thái Ngọc Duy · 9 years ago
  39. d281b45 builtin/verify-tag.c: ignore SIGPIPE in gpg-interface by Santiago Torres · 9 years ago
  40. aeff29d verify-commit: add option to print raw gpg status information by brian m. carlson · 10 years ago
  41. ca194d5 gpg: centralize printing signature buffers by brian m. carlson · 10 years ago
  42. 434060e gpg: centralize signature check by brian m. carlson · 10 years ago
  43. a4cc18f verify-tag: share code with verify-commit by brian m. carlson · 10 years ago
  44. fb06b52 Merge branch 'jc/push-cert' by Junio C Hamano · 10 years ago
  45. d7c6766 gpg-interface: move parse_signature() to where it should be by Junio C Hamano · 11 years ago
  46. a50e7ca gpg-interface: move parse_gpg_output() to where it should be by Junio C Hamano · 11 years ago
  47. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  48. 71c214c gpg-interface: provide access to the payload by Michael J Gruber · 11 years ago
  49. 01e57b5 gpg-interface: provide clear helper for struct signature_check by Michael J Gruber · 11 years ago
  50. 0f6875d Merge branch 'mg/gpg-interface-using-status' by Junio C Hamano · 12 years ago
  51. 9cc4ac8 gpg_interface: allow to request status return by Michael J Gruber · 12 years ago
  52. b60b756 gpg-interface: check good signature in a reliable way by Michael J Gruber · 12 years ago
  53. d2216a4 Merge branch 'sb/gpg-plug-fd-leak' into maint by Junio C Hamano · 12 years ago
  54. 9a1ab9e Merge branch 'sb/gpg-i18n' by Junio C Hamano · 12 years ago
  55. 1577884 Merge branch 'sb/gpg-plug-fd-leak' by Junio C Hamano · 12 years ago
  56. 7dac3f8 gpg: close stderr once finished with it in verify_signed_buffer() by Stephen Boyd · 12 years ago
  57. 4c9a418 gpg: allow translation of more error messages by Stephen Boyd · 12 years ago
  58. f9bc573 ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT by Jeff King · 13 years ago
  59. e3f55e0 verify_signed_buffer: fix stale comment by Junio C Hamano · 13 years ago
  60. 0c5e70f gpg-interface: allow use of a custom GPG binary by Junio C Hamano · 13 years ago
  61. 2f47eae Split GPG interface into its own helper library by Junio C Hamano · 14 years ago