diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 212c78985b..7af5f1265c 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1546,71 +1546,71 @@ Here are all the supported configuration settings. For example, to use the wipe command, set it to `wipe -f %file`. -* `remote..rsyncurl` +* `remote..annex-rsyncurl` Used by rsync special remotes, this configures the location of the rsync repository to use. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. -* `remote..buprepo` +* `remote..annex-buprepo` Used by bup special remotes, this configures the location of the bup repository to use. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. -* `remote..ddarrepo` +* `remote..annex-ddarrepo` Used by ddar special remotes, this configures the location of the ddar repository to use. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. -* `remote..directory` +* `remote..annex-directory` Used by directory special remotes, this configures the location of the directory where annexed files are stored for this remote. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. -* `remote..adb` +* `remote..annex-adb` Used to identify remotes on Android devices accessed via adb. Normally this is automatically set up by `git annex initremote`. -* `remote..androiddirectory` +* `remote..annex-androiddirectory` Used by adb special remotes, this is the directory on the Android device where files are stored for this remote. Normally this is automatically set up by `git annex initremote`, but you can change it if needed. -* `remote..androidserial` +* `remote..annex-androidserial` Used by adb special remotes, this is the serial number of the Android device used by the remote. Normally this is automatically set up by `git annex initremote`, but you can change it if needed, eg when upgrading to a new Android device. -* `remote..s3` +* `remote..annex-s3` Used to identify Amazon S3 special remotes. Normally this is automatically set up by `git annex initremote`. -* `remote..glacier` +* `remote..annex-glacier` Used to identify Amazon Glacier special remotes. Normally this is automatically set up by `git annex initremote`. -* `remote..webdav` +* `remote..annex-webdav` Used to identify webdav special remotes. Normally this is automatically set up by `git annex initremote`. -* `remote..tahoe` +* `remote..annex-tahoe` Used to identify tahoe special remotes. Points to the configuration directory for tahoe. -* `remote..gcrypt` +* `remote..annex-gcrypt` Used to identify gcrypt special remotes. Normally this is automatically set up by `git annex initremote`. @@ -1619,7 +1619,7 @@ Here are all the supported configuration settings. If the gcrypt remote is accessible over ssh and has git-annex-shell available to manage it, it's set to "shell". -* `remote..hooktype`, `remote..externaltype` +* `remote..annex-hooktype`, `remote..annex-externaltype` Used by hook special remotes and external special remotes to record the type of the remote.