| = gerrit convert-ref-storage |
| gerrit convert-ref-storage - Convert ref storage to reftable (experimental). |
| A reftable file is a portable binary file format customized for reference storage. |
| References are sorted, enabling linear scans, binary search lookup, and range scans. |
| See also link:https://www.git-scm.com/docs/reftable for more details[reftable,role=external,window=_blank] |
| _ssh_ -p <port> <host> _gerrit convert-ref-storage_ |
| [--project <PROJECT> | -p <PROJECT>] |
| Convert ref storage to reftable. |
| Required; Name of the project for which the ref format should be changed. |
| Format to convert to: `reftable` or `refdir`. |
| Create backup of old ref storage format. |
| Write reflogs to reftable. |
| Convert ref format for project "core" to reftable: |
| $ ssh -p 29418 review.example.com gerrit convert-ref-format -p core |
| Part of link:index.html[Gerrit Code Review] |