Fossil SCM
Adjust documentation for extras command to say CSG instead of GLOBPATTERN for more internally consistent terminology
Commit
4843bd540214ccbc1ab815dd98288e2166e1a79b
Parent
b817253a51537d3…
1 file changed
+6
-6
+6
-6
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -549,20 +549,20 @@ | ||
| 549 | 549 | /* |
| 550 | 550 | ** COMMAND: extras |
| 551 | 551 | ** |
| 552 | 552 | ** Usage: %fossil extras ?OPTIONS? ?PATH1 ...? |
| 553 | 553 | ** |
| 554 | -** Print a list of all files in the source tree that are not part of | |
| 555 | -** the current checkout. See also the "clean" command. If paths are | |
| 556 | -** specified, only files in the given directories will be listed. | |
| 554 | +** Print a list of all files in the source tree that are not part of the | |
| 555 | +** current checkout. See also the "clean" command. If paths are specified, | |
| 556 | +** only files in the given directories will be listed. | |
| 557 | 557 | ** |
| 558 | 558 | ** Files and subdirectories whose names begin with "." are normally |
| 559 | 559 | ** ignored but can be included by adding the --dotfiles option. |
| 560 | 560 | ** |
| 561 | -** The GLOBPATTERN is a comma-separated list of GLOB expressions for | |
| 562 | -** files that are ignored. The GLOBPATTERN specified by the "ignore-glob" | |
| 563 | -** is used if the --ignore option is omitted. | |
| 561 | +** Files whose names match any of the glob patterns in the "ignore-glob" | |
| 562 | +** setting are ignored. This setting can be overridden by the --ignore | |
| 563 | +** option, whose CSG argument is a comma-separated list of glob patterns. | |
| 564 | 564 | ** |
| 565 | 565 | ** Pathnames are displayed according to the "relative-paths" setting, |
| 566 | 566 | ** unless overridden by the --abs-paths or --rel-paths options. |
| 567 | 567 | ** |
| 568 | 568 | ** Options: |
| 569 | 569 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -549,20 +549,20 @@ | |
| 549 | /* |
| 550 | ** COMMAND: extras |
| 551 | ** |
| 552 | ** Usage: %fossil extras ?OPTIONS? ?PATH1 ...? |
| 553 | ** |
| 554 | ** Print a list of all files in the source tree that are not part of |
| 555 | ** the current checkout. See also the "clean" command. If paths are |
| 556 | ** specified, only files in the given directories will be listed. |
| 557 | ** |
| 558 | ** Files and subdirectories whose names begin with "." are normally |
| 559 | ** ignored but can be included by adding the --dotfiles option. |
| 560 | ** |
| 561 | ** The GLOBPATTERN is a comma-separated list of GLOB expressions for |
| 562 | ** files that are ignored. The GLOBPATTERN specified by the "ignore-glob" |
| 563 | ** is used if the --ignore option is omitted. |
| 564 | ** |
| 565 | ** Pathnames are displayed according to the "relative-paths" setting, |
| 566 | ** unless overridden by the --abs-paths or --rel-paths options. |
| 567 | ** |
| 568 | ** Options: |
| 569 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -549,20 +549,20 @@ | |
| 549 | /* |
| 550 | ** COMMAND: extras |
| 551 | ** |
| 552 | ** Usage: %fossil extras ?OPTIONS? ?PATH1 ...? |
| 553 | ** |
| 554 | ** Print a list of all files in the source tree that are not part of the |
| 555 | ** current checkout. See also the "clean" command. If paths are specified, |
| 556 | ** only files in the given directories will be listed. |
| 557 | ** |
| 558 | ** Files and subdirectories whose names begin with "." are normally |
| 559 | ** ignored but can be included by adding the --dotfiles option. |
| 560 | ** |
| 561 | ** Files whose names match any of the glob patterns in the "ignore-glob" |
| 562 | ** setting are ignored. This setting can be overridden by the --ignore |
| 563 | ** option, whose CSG argument is a comma-separated list of glob patterns. |
| 564 | ** |
| 565 | ** Pathnames are displayed according to the "relative-paths" setting, |
| 566 | ** unless overridden by the --abs-paths or --rel-paths options. |
| 567 | ** |
| 568 | ** Options: |
| 569 |