From: Junio C Hamano Date: Mon, 28 Aug 2023 16:51:15 +0000 (-0700) Subject: Merge branch 'mh/credential-libsecret-attrs' X-Git-Tag: v2.43.0-rc0~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e839608295c0b6abd2a1f609916cba4ca1810241;p=thirdparty%2Fgit.git Merge branch 'mh/credential-libsecret-attrs' The way authentication related data other than passwords (e.g. oath token and password expiration data) are stored in libsecret keyrings has been rethought. * mh/credential-libsecret-attrs: credential/libsecret: store new attributes --- e839608295c0b6abd2a1f609916cba4ca1810241 diff --cc t/lib-credential.sh index 032b2d8fcc,72f52cfedb..15fc9a31e2 --- a/t/lib-credential.sh +++ b/t/lib-credential.sh @@@ -43,11 -43,9 +43,13 @@@ helper_test_clean() reject $1 https example.com store-user reject $1 https example.com user1 reject $1 https example.com user2 + reject $1 https example.com user-expiry + reject $1 https example.com user-expiry-overwrite reject $1 https example.com user4 + reject $1 https example.com user-distinct-pass + reject $1 https example.com user-overwrite + reject $1 https example.com user-erase1 + reject $1 https example.com user-erase2 reject $1 http path.tld user reject $1 https timeout.tld user reject $1 https sso.tld