From: Junio C Hamano Date: Mon, 30 Sep 2024 23:16:16 +0000 (-0700) Subject: Merge branch 'ds/background-maintenance-with-credential' X-Git-Tag: v2.47.0-rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4251403327392b6384137149c87f6738171f4537;p=thirdparty%2Fgit.git Merge branch 'ds/background-maintenance-with-credential' Background tasks "git maintenance" runs may need to use credential information when going over the network, but a credential helper may work only in an interactive environment, and end up blocking a scheduled task waiting for UI. Credential helpers can now behave differently when they are not running interactively. * ds/background-maintenance-with-credential: scalar: configure maintenance during 'reconfigure' maintenance: add custom config to background jobs credential: add new interactive config option --- 4251403327392b6384137149c87f6738171f4537