Age | Commit message (Expand) | Author | Files | Lines |
2020-10-03 | credential: treat CR/LF as line endings in the credential protocol | Nikita Leonov | 1 | -1/+1 |
2020-08-26 | run_command: teach API users to use embedded 'args' more | Junio C Hamano | 1 | -3/+1 |
2020-05-05 | Merge branch 'js/partial-urlmatch' | Junio C Hamano | 1 | -0/+17 |
2020-05-05 | Merge branch 'js/partial-urlmatch-2.17' | Junio C Hamano | 1 | -6/+46 |
2020-05-05 | Merge branch 'bc/wildcard-credential' | Junio C Hamano | 1 | -2/+2 |
2020-04-29 | credential: handle `credential.<partial-URL>.<key>` again | Johannes Schindelin | 1 | -1/+17 |
2020-04-27 | credential: fix matching URLs with multiple levels in path | brian m. carlson | 1 | -2/+2 |
2020-04-24 | credential: handle `credential.<partial-URL>.<key>` again | Johannes Schindelin | 1 | -0/+27 |
2020-04-24 | credential: optionally allow partial URLs in credential_from_url_gently() | Johannes Schindelin | 1 | -6/+36 |
2020-04-24 | credential: optionally allow partial URLs in credential_from_url_gently() | Johannes Schindelin | 1 | -6/+36 |
2020-04-22 | Merge branch 'jk/credential-parsing-end-of-host-in-URL' | Junio C Hamano | 1 | -1/+8 |
2020-04-19 | Git 2.26.2 | Jonathan Nieder | 1 | -16/+23 |
2020-04-19 | Git 2.18.4 | Jonathan Nieder | 1 | -16/+23 |
2020-04-19 | credential: treat URL with empty scheme as invalid | Jonathan Nieder | 1 | -3/+2 |
2020-04-19 | credential: treat URL without scheme as invalid | Jonathan Nieder | 1 | -2/+5 |
2020-04-19 | credential: die() when parsing invalid urls | Jeff King | 1 | -4/+2 |
2020-04-19 | credential: refuse to operate when missing host or protocol | Jeff King | 1 | -6/+14 |
2020-04-19 | credential: parse URL without host as empty host, not unset | Jeff King | 1 | -2/+1 |
2020-04-15 | credential: treat "?" and "#" in URLs as end of host | Jeff King | 1 | -1/+8 |
2020-03-25 | Git 2.26.1 | Junio C Hamano | 1 | -2/+36 |
2020-03-17 | Git 2.18.3 | Junio C Hamano | 1 | -2/+36 |
2020-03-12 | credential: detect unrepresentable values when parsing urls | Jeff King | 1 | -2/+34 |
2020-03-12 | credential: avoid writing values with newlines | Jeff King | 1 | -0/+2 |
2020-02-20 | credential: allow wildcard patterns when matching config | brian m. carlson | 1 | -19/+47 |
2020-02-20 | credential: use the last matching username in the config | brian m. carlson | 1 | -1/+8 |
2018-03-29 | credential: ignore SIGPIPE when writing to credential helpers | Erik E Brady | 1 | -0/+3 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -6/+3 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2016-02-26 | credential: let empty credential specs reset helper list | Jeff King | 1 | -3/+6 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2014-12-22 | Merge branch 'jk/credential-quit' | Junio C Hamano | 1 | -0/+5 |
2014-12-04 | credential: let helpers tell us to quit | Jeff King | 1 | -0/+5 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -2/+1 |
2012-07-18 | credential: convert "url" attribute into its parsed subparts | Jeff King | 1 | -0/+2 |
2012-06-25 | git credential fill: output the whole 'struct credential' | Matthieu Moy | 1 | -1/+1 |
2011-12-12 | credential: use git_prompt instead of git_getpass | Jeff King | 1 | -8/+7 |
2011-12-12 | move git_getpass to its own source file | Jeff King | 1 | -0/+1 |
2011-12-11 | credential: make relevance of http path configurable | Jeff King | 1 | -0/+14 |
2011-12-11 | credential: add credential.*.username | Jeff King | 1 | -0/+4 |
2011-12-11 | credential: apply helper config | Jeff King | 1 | -0/+61 |
2011-12-11 | credential: add function for parsing url components | Jeff King | 1 | -0/+52 |
2011-12-11 | introduce credentials API | Jeff King | 1 | -0/+234 |