diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-07 21:29:00 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-07 21:31:42 -0800 |
| commit | 6931049c32ca0271ba95dcd0f197100d22c8d844 (patch) | |
| tree | c111c382d0995ed06d26294414f85c1d568b25d4 /builtin/diff.c | |
| parent | tag: fix sign_buffer() call to create a signed tag (diff) | |
| download | git-6931049c32ca0271ba95dcd0f197100d22c8d844.tar.gz git-6931049c32ca0271ba95dcd0f197100d22c8d844.zip | |
ssh signing: signal an error with a negative return value
The other backend for the sign_buffer() function followed our usual
"an error is signalled with a negative return" convention, but the
SSH signer did not. Even though we already fixed the caller that
assumed only a negative return value is an error, tighten the callee
to signal an error with a negative return as well. This way, the
callees will be strict on what they produce, while the callers will
be lenient in what they accept.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/diff.c')
0 files changed, 0 insertions, 0 deletions
