]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/wildcard-credential'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2020 18:43:02 +0000 (10:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2020 18:43:02 +0000 (10:43 -0800)
commit2cbb0586697585995908c325a0c70aad37602274
tree829da1f1b35211523f214783fc6350a37f62d38d
parent25063e2530e2fbdccf5d372a8ad80309421c9df1
parent46fd7b390034eb5dde6a3f955e677c5260e4d10c
Merge branch 'bc/wildcard-credential'

A configuration element used for credential subsystem can now use
wildcard pattern to specify for which set of URLs the entry
applies.

* bc/wildcard-credential:
  credential: allow wildcard patterns when matching config
  credential: use the last matching username in the config
  t0300: add tests for some additional cases
  t1300: add test for urlmatch with multiple wildcards
  mailmap: add an additional email address for brian m. carlson
.mailmap
Documentation/gitcredentials.txt
credential.h
strbuf.h
t/t1300-config.sh