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-08-30credential: mark unused parameter in urlmatch callbackJeff King
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-15credential: avoid erasing distinct passwordM Hickford
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano
2023-05-10Merge branch 'tb/credential-long-lines'Junio C Hamano
2023-05-01credential.c: store "wwwauth[]" values in `credential_read()`Taylor Blau
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano
2023-02-27credential: add WWW-Authenticate header to cred requestsMatthew John Cheetham
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham
2023-02-23credential: new attribute password_expiry_utcM Hickford
2022-03-05urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason
2021-10-02urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason
2021-08-25credential: fix leak in credential_apply_config()Mike Hommey
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason
2020-10-03credential: treat CR/LF as line endings in the credential protocolNikita Leonov
2020-08-27run_command: teach API users to use embedded 'args' moreJunio C Hamano
2020-05-06Merge branch 'js/partial-urlmatch'Junio C Hamano
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-25credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin
2020-04-25credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin
2020-04-25credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin
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.18.4v2.18.4Jonathan Nieder
2020-04-20credential: treat URL with empty scheme as invalidJonathan Nieder
2020-04-20credential: treat URL without scheme as invalidJonathan 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-15credential: treat "?" and "#" in URLs as end of hostJeff King
2020-03-25Git 2.26.1v2.26.1Junio C Hamano
2020-03-17Git 2.18.3v2.18.3Junio 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
2018-03-30credential: ignore SIGPIPE when writing to credential helpersErik E Brady
2017-06-25Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-02-26credential: let empty credential specs reset helper listJeff King