Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23credential: new attribute password_expiry_utcM Hickford
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-10-16credential: load default configThomas Koutcher
2020-05-06Merge branch 'js/partial-urlmatch-2.17'Junio C Hamano
2020-05-06Merge 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-20Git 2.26.2v2.26.2Jonathan Nieder
2020-04-20Git 2.19.5v2.19.5Jonathan Nieder
2020-04-20credential: die() when parsing invalid urlsJeff King
2020-04-20credential: refuse to operate when missing host or protocolJeff King
2020-04-20credential: parse URL without host as empty host, not unsetJeff King
2020-04-20t0300: use more realistic inputsJeff King
2020-04-20t0300: 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-21credential: allow wildcard patterns when matching configbrian m. carlson
2020-02-21credential: use the last matching username in the configbrian m. carlson
2020-02-21t0300: 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-05Merge branch 'maint'Junio C Hamano
2012-03-03t0300: work around bug in dash 0.5.6Michael J Gruber
2012-02-04t0300: use write_script helperJeff King
2011-12-12credential: make relevance of http path configurableJeff King
2011-12-12credential: add credential.*.usernameJeff King
2011-12-12credential: apply helper configJeff King
2011-12-12introduce credentials APIJeff King