mention control characters
This commit is contained in:
parent
c775b3ed70
commit
11e89c5a29
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue