summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: convert intentionally-leaking config strings to constsPatrick Steinhardt2024-06-071-2/+2
* global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
* config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-2/+2
* config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-1/+3
* Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano2024-04-161-1/+1
|\
| * date: make DATE_MODE thread-safeRené Scharfe2024-04-061-1/+1
* | strbuf: accept a comment string for strbuf_stripspace()Jeff King2024-03-121-2/+2
|/
* Merge branch 'jc/sign-buffer-failure-propagation-fix'Junio C Hamano2024-02-121-1/+1
|\
| * ssh signing: signal an error with a negative return valueJunio C Hamano2024-02-081-1/+1
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\ \
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| |/
* / gpg-interface: drop pointless config_error_nonbool() checksJeff King2023-12-091-12/+3
|/
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+5
|\ \
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+5
| |/
* / strbuf: remove global variableCalvin Wan2023-06-121-2/+3
|/
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+2
|\
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | Merge branch 'jk/gpg-trust-level-fix'Junio C Hamano2023-04-291-1/+1
|\ \ | |/ |/|
| * gpg-interface: set trust level of missing key to "undefined"Jeff King2023-04-191-1/+1
* | treewide: remove unnecessary includes of cache.hElijah Newren2023-03-211-1/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | cache.h: remove expand_user_path()Elijah Newren2023-03-211-1/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-1/+23
|\ \
| * | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-101-1/+23
* | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-0/+1
|\ \ \ | |_|/ |/| |
| * | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-241-0/+1
| |/
* | Merge branch 'js/gpg-errors'Junio C Hamano2023-02-241-2/+6
|\ \ | |/ |/|
| * gpg: do show gpg's error message upon failureJohannes Schindelin2023-02-151-2/+6
* | ssh signing: better error message when key not in agentAdam Szkoda2023-01-251-1/+5
|/
* Merge branch 'pw/ssh-sign-report-errors'Junio C Hamano2022-10-111-3/+4
|\
| * ssh signing: return an error when signature cannot be readPhillip Wood2022-10-051-3/+4
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | config: mark unused callback parametersJeff King2022-08-191-1/+1
* | gpg-interface: add function for converting trust level to stringJaydeep Das2022-07-111-6/+22
|/
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* Merge branch 'fs/gpgsm-update'Junio C Hamano2022-03-131-1/+8
|\
| * gpg-interface/gpgsm: fix for v2.3Fabian Stelzer2022-03-041-1/+8
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-261-3/+3
|\ \
| * | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-3/+3
| |/
* / gpg-interface: trim CR from ssh-keygenFabian Stelzer2022-01-071-10/+24
|/
* Merge branch 'fs/ssh-signing-other-keytypes'Junio C Hamano2021-12-221-7/+29
|\
| * ssh signing: support non ssh-* keytypesFabian Stelzer2021-11-191-7/+29
* | ssh signing: make verify-commit consider key lifetimeFabian Stelzer2021-12-091-0/+53
* | ssh signing: use sigc struct to pass payloadFabian Stelzer2021-12-091-20/+17
|/
* Merge branch 'jx/message-fixes'Junio C Hamano2021-11-031-1/+1
|\
| * i18n: fix typos found during l10n for git 2.34.0Jiang Xin2021-11-011-1/+1