| Release notes for Gitblit 2.9 | |
| ============================= | |
| Gitblit 2.9 is now available: | |
| Configuration Change | |
| -------------------- | |
| *WARNING:* This release contains possibly gerrit.config changes. | |
| To upgrade: | |
| ---- | |
| java -jar gerrit.war init -d site_path | |
| ---- | |
| Alternatively it can be adjusted manually: the name of the plugin is | |
| now constant: 'gitblit': | |
| [gitweb] | |
| type = custom | |
| url = /plugins/gitblit/ | |
| [...] |