commit | 7b802fe4122c41eceb28fc4ef5f4e4f6713df790 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Mon Jul 06 13:59:08 2015 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Mon Jul 06 14:01:59 2015 +0200 |
tree | 2b87b64e7dbef77ae53d96622ca252d111187300 | |
parent | d0dfc93d1b30d3a5256465f39703cd383ef0cb8c [diff] |
Wrap lines in documentation after 72 characters Change-Id: Icd95ee9f24917bcadc3e0d1fe258bd0aa7c4e593 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This plugin allows to use an own web service to load the avatar images from.
Options:
avatar.url
- the location of avatar images containing %s
, which will then be replaced by the username
. Required.avatar.changeUrl
- the URL shown in Gerrit's user settings to tell the user, where the avatar can be changed. Optional.Example (to be added to etc/gerrit.config
):
[avatar] url = http://example.org/avatars/%s.jpg changeUrl = http://example.org/account.html
Please note that http://
URLs will be automatically rewritten to https://
, if gerrit.canonicalWebUrl
uses HTTPS.