Age | Commit message (Expand) | Author | Files | Lines |
2020-05-05 | Merge branch 'js/partial-urlmatch-2.17' | Junio C Hamano | 1 | -0/+38 |
2020-05-05 | Merge branch 'bc/wildcard-credential' | Junio C Hamano | 1 | -0/+45 |
2020-04-29 | credential: handle `credential.<partial-URL>.<key>` again | Johannes Schindelin | 1 | -0/+38 |
2020-04-27 | credential: fix matching URLs with multiple levels in path | brian m. carlson | 1 | -0/+45 |
2020-04-22 | Merge branch 'jk/credential-parsing-end-of-host-in-URL' | Junio C Hamano | 1 | -1/+35 |
2020-04-19 | Git 2.26.2 | Jonathan Nieder | 1 | -14/+139 |
2020-04-19 | Git 2.19.5 | Jonathan Nieder | 1 | -14/+139 |
2020-04-19 | credential: die() when parsing invalid urls | Jeff King | 1 | -2/+1 |
2020-04-19 | credential: refuse to operate when missing host or protocol | Jeff King | 1 | -8/+26 |
2020-04-19 | credential: parse URL without host as empty host, not unset | Jeff King | 1 | -0/+17 |
2020-04-19 | t0300: use more realistic inputs | Jeff King | 1 | -4/+85 |
2020-04-19 | t0300: make "quit" helper more realistic | Jeff King | 1 | -3/+13 |
2020-04-15 | credential: treat "?" and "#" in URLs as end of host | Jeff King | 1 | -1/+35 |
2020-03-25 | Git 2.26.1 | Junio C Hamano | 1 | -0/+14 |
2020-03-17 | Git 2.19.4 | Junio C Hamano | 1 | -0/+14 |
2020-03-12 | credential: detect unrepresentable values when parsing urls | Jeff King | 1 | -2/+10 |
2020-03-12 | credential: avoid writing values with newlines | Jeff King | 1 | -0/+6 |
2020-02-20 | credential: allow wildcard patterns when matching config | brian m. carlson | 1 | -0/+20 |
2020-02-20 | credential: use the last matching username in the config | brian m. carlson | 1 | -1/+1 |
2020-02-20 | t0300: add tests for some additional cases | brian m. carlson | 1 | -0/+108 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2016-02-26 | credential: let empty credential specs reset helper list | Jeff King | 1 | -0/+11 |
2014-12-04 | credential: let helpers tell us to quit | Jeff King | 1 | -0/+9 |
2014-04-29 | t0300-credentials.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2012-06-25 | git credential fill: output the whole 'struct credential' | Matthieu Moy | 1 | -0/+14 |
2012-03-04 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+4 |
2012-03-02 | t0300: work around bug in dash 0.5.6 | Michael J Gruber | 1 | -1/+4 |
2012-02-03 | t0300: use write_script helper | Jeff King | 1 | -6/+2 |
2011-12-11 | credential: make relevance of http path configurable | Jeff King | 1 | -0/+29 |
2011-12-11 | credential: add credential.*.username | Jeff King | 1 | -0/+13 |
2011-12-11 | credential: apply helper config | Jeff King | 1 | -0/+42 |
2011-12-11 | introduce credentials API | Jeff King | 1 | -0/+195 |