Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-18gpg-interface: introduce an abstraction for multiple gpg formatsHenning Schild
2018-07-17gpg-interface: add new config to select how to sign a commitHenning Schild
2018-07-11gpg-interface: make parse_gpg_output static and remove from interface headerHenning Schild
2018-04-16gpg-interface: find the last gpg signature lineJeff King
2018-04-16gpg-interface: extract gpg line matching helperJeff King
2018-04-16gpg-interface: fix const-correctness of "eol" pointerJeff King
2018-04-16gpg-interface: use size_t for signature buffer sizeJeff King
2018-04-16gpg-interface: modernize function declarationsJeff King
2018-04-16gpg-interface: handle bool user.signingkeyJeff King
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06tempfile: do not delete tempfile on failed closeJeff King
2017-09-06always check return value of close_tempfileJeff King
2017-09-06verify_signed_buffer: prefer close_tempfile() to close()Jeff King
2017-06-25Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-10-12gpg-interface: use more status lettersMichael J Gruber
2016-08-17Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...Junio C Hamano
2016-08-17gpg-interface: prefer "long" key format output when verifying pgp signaturesLinus Torvalds
2016-06-18gpg-interface: check gpg signature creation statusMichael J Gruber
2016-06-18sign_buffer: use pipe_commandJeff King
2016-06-18verify_signed_buffer: use pipe_commandJeff King
2016-06-18verify_signed_buffer: use tempfile objectJeff King
2016-06-18verify_signed_buffer: drop pbuf variableJeff King
2016-06-18gpg-interface: use child_process.argsJeff King
2016-05-18Merge branch 'nd/error-errno'Junio C Hamano
2016-05-09gpg-interface.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-04-06builtin/verify-tag.c: ignore SIGPIPE in gpg-interfaceSantiago Torres
2015-06-23verify-commit: add option to print raw gpg status informationbrian m. carlson
2015-06-23gpg: centralize printing signature buffersbrian m. carlson
2015-06-23gpg: centralize signature checkbrian m. carlson
2015-06-23verify-tag: share code with verify-commitbrian m. carlson
2014-10-09Merge branch 'jc/push-cert'Junio C Hamano
2014-09-16gpg-interface: move parse_signature() to where it should beJunio C Hamano
2014-09-16gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-24gpg-interface: provide access to the payloadMichael J Gruber
2014-06-24gpg-interface: provide clear helper for struct signature_checkMichael J Gruber
2013-03-22Merge branch 'mg/gpg-interface-using-status'Junio C Hamano
2013-02-14gpg_interface: allow to request status returnMichael J Gruber
2013-02-14gpg-interface: check good signature in a reliable wayMichael J Gruber
2013-02-08Merge branch 'sb/gpg-plug-fd-leak' into maintJunio C Hamano
2013-02-08Merge branch 'sb/gpg-i18n'Junio C Hamano
2013-02-06Merge branch 'sb/gpg-plug-fd-leak'Junio C Hamano
2013-01-31gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd
2013-01-31gpg: allow translation of more error messagesStephen Boyd
2012-05-25ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King
2012-01-06verify_signed_buffer: fix stale commentJunio C Hamano
2011-11-30gpg-interface: allow use of a custom GPG binaryJunio C Hamano
2011-11-05Split GPG interface into its own helper libraryJunio C Hamano