summaryrefslogtreecommitdiff
path: root/t/t0300-credentials.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano2023-05-101-0/+18
|\
| * credential: new attribute oauth_refresh_tokenM Hickford2023-04-211-0/+18
* | t0300: don't create unused fileAndrei Rybak2023-05-031-1/+1
|/
* credential: new attribute password_expiry_utcM Hickford2023-02-221-0/+94
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-4/+4
* credential: load default configThomas Koutcher2020-10-161-0/+26
* Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano2020-05-051-0/+38
|\
| * credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin2020-04-291-0/+38
* | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-05-051-0/+45
|\ \
| * | credential: fix matching URLs with multiple levels in pathbrian m. carlson2020-04-271-0/+45
* | | Merge branch 'jk/credential-parsing-end-of-host-in-URL'Junio C Hamano2020-04-221-1/+35
|\ \ \
| * | | credential: treat "?" and "#" in URLs as end of hostJeff King2020-04-151-1/+35
* | | | Git 2.26.2v2.26.2Jonathan Nieder2020-04-191-14/+139
|\ \ \ \ | |/ / / |/| | |
| * | | Git 2.19.5v2.19.5Jonathan Nieder2020-04-191-14/+139
| |\ \ \ | | | |/ | | |/|
| | * | credential: die() when parsing invalid urlsJeff King2020-04-191-2/+1
| | * | credential: refuse to operate when missing host or protocolJeff King2020-04-191-8/+26
| | * | credential: parse URL without host as empty host, not unsetJeff King2020-04-191-0/+17
| | * | t0300: use more realistic inputsJeff King2020-04-191-4/+85
| | * | t0300: make "quit" helper more realisticJeff King2020-04-191-3/+13
* | | | Git 2.26.1v2.26.1Junio C Hamano2020-03-251-0/+14
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Git 2.19.4v2.19.4Junio C Hamano2020-03-171-0/+14
| |\ \ | | |/
| | * credential: detect unrepresentable values when parsing urlsJeff King2020-03-121-2/+10
| | * credential: avoid writing values with newlinesJeff King2020-03-121-0/+6
* | | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-0/+20
* | | credential: use the last matching username in the configbrian m. carlson2020-02-201-1/+1
* | | t0300: add tests for some additional casesbrian m. carlson2020-02-201-0/+108
|/ /
* | tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
|/
* credential: let empty credential specs reset helper listjk/credential-clear-configJeff King2016-02-261-0/+11
* credential: let helpers tell us to quitJeff King2014-12-041-0/+9
* t0300-credentials.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-1/+1
* git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-251-0/+14
* Merge branch 'maint'Junio C Hamano2012-03-041-1/+4
|\
| * t0300: work around bug in dash 0.5.6Michael J Gruber2012-03-021-1/+4
* | t0300: use write_script helperjk/tests-write-scriptJeff King2012-02-031-6/+2
|/
* credential: make relevance of http path configurableJeff King2011-12-111-0/+29
* credential: add credential.*.usernameJeff King2011-12-111-0/+13
* credential: apply helper configJeff King2011-12-111-0/+42
* introduce credentials APIJeff King2011-12-111-0/+195