aboutsummaryrefslogtreecommitdiff
path: root/t/t0300-credentials.sh
AgeCommit message (Expand)Author
12 dayst: work around multibyte bug in quoted heredocs with Dash v0.5.13Patrick Steinhardt
2025-10-01docs/gitcredentials: describe URL prefix matchingM Hickford
2025-01-13Sync with Git 2.47.2Junio C Hamano
2024-11-26Sync with 2.45.3Johannes Schindelin
2024-11-26Sync with 2.42.4Johannes Schindelin
2024-11-26Sync with 2.40.4Johannes Schindelin
2024-11-26credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin
2024-11-26credential: sanitize the user promptJohannes Schindelin
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-05-27builtin/credential: clear credential before exitPatrick Steinhardt
2024-04-16credential: add an argument to keep statebrian m. carlson
2024-04-16credential: add a field called "ephemeral"brian m. carlson
2024-04-16credential: gate new fields on capabilitybrian m. carlson
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano
2023-05-03t0300: don't create unused fileAndrei Rybak
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford
2023-02-22credential: new attribute password_expiry_utcM Hickford
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-10-16credential: load default configThomas Koutcher
2020-05-05Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano
2020-05-05Merge branch 'bc/wildcard-credential'Junio C Hamano
2020-04-29credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson
2020-04-22Merge branch 'jk/credential-parsing-end-of-host-in-URL'Junio C Hamano
2020-04-19Git 2.26.2v2.26.2Jonathan Nieder
2020-04-19Git 2.19.5v2.19.5Jonathan Nieder
2020-04-19credential: die() when parsing invalid urlsJeff King
2020-04-19credential: refuse to operate when missing host or protocolJeff King
2020-04-19credential: parse URL without host as empty host, not unsetJeff King
2020-04-19t0300: use more realistic inputsJeff King
2020-04-19t0300: make "quit" helper more realisticJeff King
2020-04-15credential: treat "?" and "#" in URLs as end of hostJeff King
2020-03-25Git 2.26.1v2.26.1Junio C Hamano
2020-03-17Git 2.19.4v2.19.4Junio C Hamano
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King
2020-03-12credential: avoid writing values with newlinesJeff King
2020-02-20credential: allow wildcard patterns when matching configbrian m. carlson
2020-02-20credential: use the last matching username in the configbrian m. carlson
2020-02-20t0300: add tests for some additional casesbrian m. carlson
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2016-02-26credential: let empty credential specs reset helper listJeff King
2014-12-04credential: let helpers tell us to quitJeff King
2014-04-29t0300-credentials.sh: use the $( ... ) construct for command substitutionElia Pinto
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy
2012-03-04Merge branch 'maint'Junio C Hamano
2012-03-02t0300: work around bug in dash 0.5.6Michael J Gruber
2012-02-03t0300: use write_script helperJeff King
2011-12-11credential: make relevance of http path configurableJeff King