26 Commits (71ca53e8125e36efbda17293c50027d31681a41f)

Author SHA1 Message Date
Jeff King 96728b2236 verify-tag: drop signal.h include 5 years ago
Jeff King 53df97a29d ref-filter: use "struct object_id" consistently 7 years ago
Jeff King 4a68e36d7d ref-filter: abstract ref format into its own struct 7 years ago
Jeff King 2eda0102be check return value of verify_ref_format() 7 years ago
Stefan Beller 84571760ca tag: convert gpg_verify_tag to use struct object_id 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 years ago
Santiago Torres ff3c8c8f12 builtin/verify-tag: add --format to verify-tag 8 years ago
Santiago Torres 45a227ef76 verify-tag: move tag verification code to tag.c 9 years ago
Santiago Torres 78ccd44195 verify-tag: prepare verify_tag for libification 9 years ago
Santiago Torres 20972f54d3 verify-tag: update variable name and type 9 years ago
Santiago Torres d281b45d75 builtin/verify-tag.c: ignore SIGPIPE in gpg-interface 9 years ago
brian m. carlson e18443ece7 verify-tag: add option to print raw gpg status information 9 years ago
brian m. carlson ca194d50b8 gpg: centralize printing signature buffers 9 years ago
brian m. carlson 434060ec6d gpg: centralize signature check 9 years ago
brian m. carlson a4cc18f293 verify-tag: share code with verify-commit 9 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Michael J Gruber 9cc4ac8ff1 gpg_interface: allow to request status return 12 years ago
Nguyễn Thái Ngọc Duy f6008eb24d i18n: verify-tag: mark parseopt strings for translation 12 years ago
Alex Zepeda a2c25061aa verify-tag: Parse GPG configuration options. 13 years ago
Junio C Hamano 2f47eae2a1 Split GPG interface into its own helper library 13 years ago
René Scharfe 6e565345e8 verify-tag: document --verbose 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Michael J Gruber ac58c4c795 verify-tag: factor out signature detection 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 4855b2a220 verify-tag: migrate to parse-options 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Olivier Marin d276189514 builtin-verify-tag: fix -v option parsing 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Johannes Sixt 69fe5ef6c7 verify-tag: Clean up the temporary file if gpg cannot be started. 17 years ago
Johannes Sixt c20181e3a3 start_command(), if .in/.out > 0, closes file descriptors, not the callers 17 years ago
Johannes Sixt e72ae28895 start_command(), .in/.out/.err = -1: Callers must close the file descriptor 17 years ago
Johannes Schindelin fec60a261d verify-tag: also grok CR/LFs in the tag signature 17 years ago
Carlos Rica 2ae68fcb78 Make verify-tag a builtin. 18 years ago