aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0300-credentials.sh
AgeCommit message (Expand)AuthorFilesLines
2024-04-16credential: add an argument to keep statebrian m. carlson1-0/+28
2024-04-16credential: add a field called "ephemeral"brian m. carlson1-0/+30
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-1/+106
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano1-0/+18
2023-05-03t0300: don't create unused fileAndrei Rybak1-1/+1
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford1-0/+18
2023-02-22credential: new attribute password_expiry_utcM Hickford1-0/+94
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-4/+4
2020-10-16credential: load default configThomas Koutcher1-0/+26
2020-05-05Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano1-0/+38
2020-05-05Merge branch 'bc/wildcard-credential'Junio C Hamano1-0/+45
2020-04-29credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin1-0/+38
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson1-0/+45
2020-04-22Merge branch 'jk/credential-parsing-end-of-host-in-URL'Junio C Hamano1-1/+35
2020-04-19Git 2.26.2v2.26.2Jonathan Nieder1-14/+139
2020-04-19Git 2.19.5v2.19.5Jonathan Nieder1-14/+139
2020-04-19credential: die() when parsing invalid urlsJeff King1-2/+1
2020-04-19credential: refuse to operate when missing host or protocolJeff King1-8/+26
2020-04-19credential: parse URL without host as empty host, not unsetJeff King1-0/+17
2020-04-19t0300: use more realistic inputsJeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticJeff King1-3/+13
2020-04-15credential: treat "?" and "#" in URLs as end of hostJeff King1-1/+35
2020-03-25Git 2.26.1v2.26.1Junio C Hamano1-0/+14
2020-03-17Git 2.19.4v2.19.4Junio C Hamano1-0/+14
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King1-2/+10
2020-03-12credential: avoid writing values with newlinesJeff King1-0/+6
2020-02-20credential: allow wildcard patterns when matching configbrian m. carlson1-0/+20
2020-02-20credential: use the last matching username in the configbrian m. carlson1-1/+1
2020-02-20t0300: add tests for some additional casesbrian m. carlson1-0/+108
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2016-02-26credential: let empty credential specs reset helper listJeff King1-0/+11
2014-12-04credential: let helpers tell us to quitJeff King1-0/+9
2014-04-29t0300-credentials.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy1-0/+14
2012-03-04Merge branch 'maint'Junio C Hamano1-1/+4
2012-03-02t0300: work around bug in dash 0.5.6Michael J Gruber1-1/+4
2012-02-03t0300: use write_script helperJeff King1-6/+2
2011-12-11credential: make relevance of http path configurableJeff King1-0/+29
2011-12-11credential: add credential.*.usernameJeff King1-0/+13
2011-12-11credential: apply helper configJeff King1-0/+42
2011-12-11introduce credentials APIJeff King1-0/+195