Alpha ordering in docs (#874).

This commit is contained in:
Dan Helfman 2024-06-05 14:58:43 -07:00
parent f821d2c909
commit c2879d054a

View file

@ -79,14 +79,14 @@ variables you can use here:
* `configuration_filename`: borgmatic configuration filename in which the * `configuration_filename`: borgmatic configuration filename in which the
hook was defined hook was defined
* `repository_label` <span class="minilink minilink-addedin">New in version
1.8.12</span>: label of the current repository as configured in the current
borgmatic configuration file
* `log_file` * `log_file`
<span class="minilink minilink-addedin">New in version 1.7.12</span>: <span class="minilink minilink-addedin">New in version 1.7.12</span>:
path of the borgmatic log file, only set when the `--log-file` flag is used path of the borgmatic log file, only set when the `--log-file` flag is used
* `repository`: path of the current repository as configured in the current * `repository`: path of the current repository as configured in the current
borgmatic configuration file borgmatic configuration file
* `repository_label` <span class="minilink minilink-addedin">New in version
1.8.12</span>: label of the current repository as configured in the current
borgmatic configuration file
Note that you can also interpolate in [arbitrary environment Note that you can also interpolate in [arbitrary environment
variables](https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/). variables](https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/).