From: Junio C Hamano Date: Tue, 29 Apr 2025 21:21:27 +0000 (-0700) Subject: Merge branch 'ua/call-repo-config-with-possibly-null-repository' X-Git-Tag: v2.50.0-rc0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a501213402ec1bf298596f5c93ab21bf2a732bf0;p=thirdparty%2Fgit.git Merge branch 'ua/call-repo-config-with-possibly-null-repository' Since a call to repo_config() can be called with repo set to NULL these days, a command that is marked as RUN_SETUP in the builtin command table does not have to check repo with NULL before making the call. * ua/call-repo-config-with-possibly-null-repository: builtin/difftool: remove unnecessary if statement builtin/add: remove unnecessary if statement --- a501213402ec1bf298596f5c93ab21bf2a732bf0