Show More
@@ -1629,14 +1629,29 b' User interface controls.' | |||
|
1629 | 1629 | ``portablefilenames`` |
|
1630 | 1630 | Check for portable filenames. Can be ``warn``, ``ignore`` or ``abort``. |
|
1631 | 1631 | (default: ``warn``) |
|
1632 | If set to ``warn`` (or ``true``), a warning message is printed on POSIX | |
|
1633 | platforms, if a file with a non-portable filename is added (e.g. a file | |
|
1634 | with a name that can't be created on Windows because it contains reserved | |
|
1635 | parts like ``AUX``, reserved characters like ``:``, or would cause a case | |
|
1636 | collision with an existing file). | |
|
1637 | If set to ``ignore`` (or ``false``), no warning is printed. | |
|
1638 | If set to ``abort``, the command is aborted. | |
|
1639 | On Windows, this configuration option is ignored and the command aborted. | |
|
1632 | ||
|
1633 | ``warn`` | |
|
1634 | Print a warning message on POSIX platforms, if a file with a non-portable | |
|
1635 | filename is added (e.g. a file with a name that can't be created on | |
|
1636 | Windows because it contains reserved parts like ``AUX``, reserved | |
|
1637 | characters like ``:``, or would cause a case collision with an existing | |
|
1638 | file). | |
|
1639 | ||
|
1640 | ``ignore`` | |
|
1641 | Don't print a warning. | |
|
1642 | ||
|
1643 | ``abort`` | |
|
1644 | The command is aborted. | |
|
1645 | ||
|
1646 | ``true`` | |
|
1647 | Alias for ``warn``. | |
|
1648 | ||
|
1649 | ``false`` | |
|
1650 | Alias for ``ignore``. | |
|
1651 | ||
|
1652 | .. container:: | |
|
1653 | ||
|
1654 | On Windows, this configuration option is ignored and the command aborted. | |
|
1640 | 1655 | |
|
1641 | 1656 | ``quiet`` |
|
1642 | 1657 | Reduce the amount of output printed. (default: False) |
General Comments 0
You need to be logged in to leave comments.
Login now