1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: _git-config: Fix user.email completion to complete only bare email addresses.

This commit is contained in:
Daniel Shahaf 2016-11-24 07:17:33 +00:00
parent 1955cceec7
commit a74294edbe
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-11-29 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Completion/Unix/Command/_git: _git-config: Fix
user.email completion to complete only bare email addresses.
2016-11-28 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40011: Completion/Base/Core/_main_complete,

View file

@ -2613,7 +2613,7 @@ __git_config_option-or-value () {
uploadarchive.allowUnreachable:'allow git-upload-archive to accept an archive requests that ask for unreachable objects::->bool:false'
'url.*.insteadOf:string to start URLs with:prefix:->string'
'url.*.pushInsteadOf:string to start URLs to push to with:prefix:->string'
user.email:'email address used for commits::_email_addresses'
user.email:'email address used for commits::_email_addresses -c'
user.name:'full name used for commits:name:->string'
user.signingkey:'default GPG key to use when creating signed tags::__git_gpg_secret_keys'
web.browser:'web browser to use::__git_browsers')