Fossil SCM
Added verbiage to --ignore options of add and addremove to state that they apply to unmanaged files only.
Commit
4d2c34b0d70fb86bc80da9173fc5890b8c305cfeb7deb60ff6538890a4454bd2
Parent
81d7d3f43ebd4e7…
1 file changed
+4
-4
+4
-4
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -272,12 +272,12 @@ | ||
| 272 | 272 | ** Options: |
| 273 | 273 | ** |
| 274 | 274 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 275 | 275 | ** --dotfiles include files beginning with a dot (".") |
| 276 | 276 | ** -f|--force Add files without prompting |
| 277 | -** --ignore <CSG> Ignore files matching patterns from the | |
| 278 | -** comma separated list of glob patterns. | |
| 277 | +** --ignore <CSG> Ignore unmanaged files matching patterns from | |
| 278 | +** the comma separated list of glob patterns. | |
| 279 | 279 | ** --clean <CSG> Also ignore files matching patterns from |
| 280 | 280 | ** the comma separated list of glob patterns. |
| 281 | 281 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 282 | 282 | ** |
| 283 | 283 | ** See also: addremove, rm |
| @@ -619,12 +619,12 @@ | ||
| 619 | 619 | ** This command can be used to track third party software. |
| 620 | 620 | ** |
| 621 | 621 | ** Options: |
| 622 | 622 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 623 | 623 | ** --dotfiles Include files beginning with a dot (".") |
| 624 | -** --ignore <CSG> Ignore files matching patterns from the | |
| 625 | -** comma separated list of glob patterns. | |
| 624 | +** --ignore <CSG> Ignore unmanaged files matching patterns from | |
| 625 | +** the comma separated list of glob patterns. | |
| 626 | 626 | ** --clean <CSG> Also ignore files matching patterns from |
| 627 | 627 | ** the comma separated list of glob patterns. |
| 628 | 628 | ** -n|--dry-run If given, display instead of run actions. |
| 629 | 629 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 630 | 630 | ** |
| 631 | 631 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -272,12 +272,12 @@ | |
| 272 | ** Options: |
| 273 | ** |
| 274 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 275 | ** --dotfiles include files beginning with a dot (".") |
| 276 | ** -f|--force Add files without prompting |
| 277 | ** --ignore <CSG> Ignore files matching patterns from the |
| 278 | ** comma separated list of glob patterns. |
| 279 | ** --clean <CSG> Also ignore files matching patterns from |
| 280 | ** the comma separated list of glob patterns. |
| 281 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 282 | ** |
| 283 | ** See also: addremove, rm |
| @@ -619,12 +619,12 @@ | |
| 619 | ** This command can be used to track third party software. |
| 620 | ** |
| 621 | ** Options: |
| 622 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 623 | ** --dotfiles Include files beginning with a dot (".") |
| 624 | ** --ignore <CSG> Ignore files matching patterns from the |
| 625 | ** comma separated list of glob patterns. |
| 626 | ** --clean <CSG> Also ignore files matching patterns from |
| 627 | ** the comma separated list of glob patterns. |
| 628 | ** -n|--dry-run If given, display instead of run actions. |
| 629 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 630 | ** |
| 631 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -272,12 +272,12 @@ | |
| 272 | ** Options: |
| 273 | ** |
| 274 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 275 | ** --dotfiles include files beginning with a dot (".") |
| 276 | ** -f|--force Add files without prompting |
| 277 | ** --ignore <CSG> Ignore unmanaged files matching patterns from |
| 278 | ** the comma separated list of glob patterns. |
| 279 | ** --clean <CSG> Also ignore files matching patterns from |
| 280 | ** the comma separated list of glob patterns. |
| 281 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 282 | ** |
| 283 | ** See also: addremove, rm |
| @@ -619,12 +619,12 @@ | |
| 619 | ** This command can be used to track third party software. |
| 620 | ** |
| 621 | ** Options: |
| 622 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 623 | ** --dotfiles Include files beginning with a dot (".") |
| 624 | ** --ignore <CSG> Ignore unmanaged files matching patterns from |
| 625 | ** the comma separated list of glob patterns. |
| 626 | ** --clean <CSG> Also ignore files matching patterns from |
| 627 | ** the comma separated list of glob patterns. |
| 628 | ** -n|--dry-run If given, display instead of run actions. |
| 629 | ** --no-dir-symlinks Disables support for directory symlinks. |
| 630 | ** |
| 631 |