]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/background-maintenance-with-credential'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2024 23:16:16 +0000 (16:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2024 23:16:16 +0000 (16:16 -0700)
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

1  2 
builtin/gc.c
credential.c
scalar.c
t/t7900-maintenance.sh
t/t9210-scalar.sh

diff --cc builtin/gc.c
Simple merge
diff --cc credential.c
Simple merge
diff --cc scalar.c
Simple merge
Simple merge
Simple merge