diff options
| author | Patrick Steinhardt <ps@pks.im> | 2023-05-17 13:48:46 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-17 09:55:33 -0700 |
| commit | 6bc7a37e79876092b42a89156a8c24d0a60bd672 (patch) | |
| tree | b0fe7e0d81f7bf5e3a28683dc7c97de19a27570e /builtin/commit.c | |
| parent | fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value (diff) | |
| download | git-6bc7a37e79876092b42a89156a8c24d0a60bd672.tar.gz git-6bc7a37e79876092b42a89156a8c24d0a60bd672.zip | |
fetch: drop unneeded NULL-check for `remote_ref`
Drop the `NULL` check for `remote_ref` in `update_local_ref()`. The
function only has a single caller, and that caller always passes in a
non-`NULL` value.
This fixes a false positive in Coverity.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
