mention control characters

This commit is contained in:
Joey Hess 2023-04-11 14:06:46 -04:00
parent c775b3ed70
commit 11e89c5a29
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 8 additions and 4 deletions

View file

@ -20,7 +20,8 @@ that can be determined purely by looking at the key.
The value is a format string, in which '${var}' is expanded to the
value of a variable. To right-justify a variable with whitespace,
use '${var;width}' ; to left-justify a variable, use '${var;-width}';
to escape unusual characters in a variable, use '${escaped_var}'
to escape unusual characters (including control characters)
in a variable, use '${escaped_var}'
To generate a path from the top of the repository to the git-annex
object for a key, use ${objectpath}. To generate the value of a

View file

@ -41,7 +41,8 @@ finds files in the current directory and its subdirectories.
The value is a format string, in which '${var}' is expanded to the
value of a variable. To right-justify a variable with whitespace,
use '${var;width}' ; to left-justify a variable, use '${var;-width}';
to escape unusual characters in a variable, use '${escaped_var}'
to escape unusual characters (including control characters)
in a variable, use '${escaped_var}'
These variables are available for use in formats: file, key, backend,
bytesize, humansize, keyname, hashdirlower, hashdirmixed, mtime (for

View file

@ -36,7 +36,8 @@ Outputs a list of keys known to git-annex.
The value is a format string, in which '${var}' is expanded to the
value of a variable. To right-justify a variable with whitespace,
use '${var;width}' ; to left-justify a variable, use '${var;-width}';
to escape unusual characters in a variable, use '${escaped_var}'
to escape unusual characters (including control characters)
in a variable, use '${escaped_var}'
These variables are available for use in formats: key, backend,
bytesize, humansize, keyname, hashdirlower, hashdirmixed, mtime (for

View file

@ -85,7 +85,8 @@ received from remotes.
The value is a format string, in which '${var}' is expanded to the
value of a variable. To right-justify a variable with whitespace,
use '${var;width}' ; to left-justify a variable, use '${var;-width}';
to escape unusual characters in a variable, use '${escaped_var}'
to escape unusual characters (including control characters)
in a variable, use '${escaped_var}'
These variables are available for use in formats: file, key, uuid,
url, backend, bytesize, humansize, keyname, hashdirlower, hashdirmixed,