index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gpg-interface.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-12
Merge branch 'jc/sign-buffer-failure-propagation-fix'
Junio C Hamano
1
-1
/
+1
2024-02-07
ssh signing: signal an error with a negative return value
Junio C Hamano
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-09
gpg-interface: drop pointless config_error_nonbool() checks
Jeff King
1
-12
/
+3
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+5
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+5
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-2
/
+3
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+2
2023-04-28
Merge branch 'jk/gpg-trust-level-fix'
Junio C Hamano
1
-1
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-04-19
gpg-interface: set trust level of missing key to "undefined"
Jeff King
1
-1
/
+1
2023-03-21
treewide: remove unnecessary includes of cache.h
Elijah Newren
1
-1
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
cache.h: remove expand_user_path()
Elijah Newren
1
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
1
-1
/
+23
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-0
/
+1
2023-02-24
Merge branch 'js/gpg-errors'
Junio C Hamano
1
-2
/
+6
2023-02-23
ident.h: move ident-related declarations out of cache.h
Elijah Newren
1
-0
/
+1
2023-02-15
gpg: do show gpg's error message upon failure
Johannes Schindelin
1
-2
/
+6
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
1
-1
/
+23
2023-01-25
ssh signing: better error message when key not in agent
Adam Szkoda
1
-1
/
+5
2022-10-11
Merge branch 'pw/ssh-sign-report-errors'
Junio C Hamano
1
-3
/
+4
2022-10-05
ssh signing: return an error when signature cannot be read
Phillip Wood
1
-3
/
+4
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-19
config: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-07-10
gpg-interface: add function for converting trust level to string
Jaydeep Das
1
-6
/
+22
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
1
-1
/
+1
2022-03-13
Merge branch 'fs/gpgsm-update'
Junio C Hamano
1
-1
/
+8
2022-03-04
gpg-interface/gpgsm: fix for v2.3
Fabian Stelzer
1
-1
/
+8
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-3
/
+3
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-3
/
+3
2022-01-07
gpg-interface: trim CR from ssh-keygen
Fabian Stelzer
1
-10
/
+24
2021-12-21
Merge branch 'fs/ssh-signing-other-keytypes'
Junio C Hamano
1
-7
/
+29
2021-12-09
ssh signing: make verify-commit consider key lifetime
Fabian Stelzer
1
-0
/
+53
2021-12-09
ssh signing: use sigc struct to pass payload
Fabian Stelzer
1
-20
/
+17
2021-11-19
ssh signing: support non ssh-* keytypes
Fabian Stelzer
1
-7
/
+29
2021-11-03
Merge branch 'jx/message-fixes'
Junio C Hamano
1
-1
/
+1
2021-11-01
gpg-interface: avoid buffer overrun in parse_ssh_output()
René Scharfe
1
-2
/
+2
2021-11-01
gpg-interface: handle missing " with " gracefully in parse_ssh_output()
René Scharfe
1
-4
/
+6
2021-10-31
i18n: fix typos found during l10n for git 2.34.0
Jiang Xin
1
-1
/
+1
2021-10-18
gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()
Jeff King
1
-1
/
+5
2021-10-18
gpg-interface: fix leak of "line" in parse_ssh_output()
Jeff King
1
-2
/
+6
2021-09-10
ssh signing: verify signatures using ssh-keygen
Fabian Stelzer
1
-2
/
+213
2021-09-10
ssh signing: provide a textual signing_key_id
Fabian Stelzer
1
-0
/
+56
2021-09-10
ssh signing: retrieve a default key from ssh-agent
Fabian Stelzer
1
-2
/
+68
[next]