Fossil SCM
Merge documentation updates from msw-docco into trunk.
Commit
5f6b4952302ffded5b852343030f959392ecb6ac
Parent
3c637382b43d4ba…
1 file changed
+15
-8
+15
-8
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -196,15 +196,20 @@ | ||
| 196 | 196 | ** The --ignore option is a comma-separate list of glob patterns for files |
| 197 | 197 | ** to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore option |
| 198 | 198 | ** does not appear on the command line then the "ignore-glob" setting is |
| 199 | 199 | ** used. |
| 200 | 200 | ** |
| 201 | +** The --case-sensitive option determines whether or not filenames should | |
| 202 | +** be treated case sensitive or not. If the option is not given, the default | |
| 203 | +** depends on the global setting, or the operating system default, if not set. | |
| 204 | +** | |
| 201 | 205 | ** Options: |
| 202 | 206 | ** |
| 203 | -** --dotfiles include files beginning with a dot (".") | |
| 204 | -** --ignore <CSG> ignore files matching patterns from the | |
| 205 | -** comma separated list of glob patterns. | |
| 207 | +** --case-sensitive <BOOL> override case-sensitive setting | |
| 208 | +** --dotfiles include files beginning with a dot (".") | |
| 209 | +** --ignore <CSG> ignore files matching patterns from the | |
| 210 | +** comma separated list of glob patterns. | |
| 206 | 211 | ** |
| 207 | 212 | ** See also: addremove, rm |
| 208 | 213 | */ |
| 209 | 214 | void add_cmd(void){ |
| 210 | 215 | int i; /* Loop counter */ |
| @@ -408,22 +413,24 @@ | ||
| 408 | 413 | ** as a separate step. |
| 409 | 414 | ** |
| 410 | 415 | ** Files and directories whose names begin with "." are ignored unless |
| 411 | 416 | ** the --dotfiles option is used. |
| 412 | 417 | ** |
| 413 | -** The --ignore option overrides the "ignore-glob" setting. See | |
| 418 | +** The --ignore option overrides the "ignore-glob" setting, as does the | |
| 419 | +** --case-sensitive option with the "case-sensitive" setting. See the | |
| 414 | 420 | ** documentation on the "settings" command for further information. |
| 415 | 421 | ** |
| 416 | 422 | ** The --test option shows what would happen without actually doing anything. |
| 417 | 423 | ** |
| 418 | 424 | ** This command can be used to track third party software. |
| 419 | 425 | ** |
| 420 | 426 | ** Options: |
| 421 | -** --dotfiles include files beginning with a dot (".") | |
| 422 | -** --ignore <CSG> ignore files matching patterns from the | |
| 423 | -** comma separated list of glob patterns. | |
| 424 | -** --test If given, show what would be done without doing so. | |
| 427 | +** --case-sensitive <BOOL> override case-sensitive setting | |
| 428 | +** --dotfiles include files beginning with a dot (".") | |
| 429 | +** --ignore <CSG> ignore files matching patterns from the | |
| 430 | +** comma separated list of glob patterns. | |
| 431 | +** --test If given, display instead of run actions | |
| 425 | 432 | ** |
| 426 | 433 | ** See also: add, rm |
| 427 | 434 | */ |
| 428 | 435 | void addremove_cmd(void){ |
| 429 | 436 | Blob path; |
| 430 | 437 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -196,15 +196,20 @@ | |
| 196 | ** The --ignore option is a comma-separate list of glob patterns for files |
| 197 | ** to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore option |
| 198 | ** does not appear on the command line then the "ignore-glob" setting is |
| 199 | ** used. |
| 200 | ** |
| 201 | ** Options: |
| 202 | ** |
| 203 | ** --dotfiles include files beginning with a dot (".") |
| 204 | ** --ignore <CSG> ignore files matching patterns from the |
| 205 | ** comma separated list of glob patterns. |
| 206 | ** |
| 207 | ** See also: addremove, rm |
| 208 | */ |
| 209 | void add_cmd(void){ |
| 210 | int i; /* Loop counter */ |
| @@ -408,22 +413,24 @@ | |
| 408 | ** as a separate step. |
| 409 | ** |
| 410 | ** Files and directories whose names begin with "." are ignored unless |
| 411 | ** the --dotfiles option is used. |
| 412 | ** |
| 413 | ** The --ignore option overrides the "ignore-glob" setting. See |
| 414 | ** documentation on the "settings" command for further information. |
| 415 | ** |
| 416 | ** The --test option shows what would happen without actually doing anything. |
| 417 | ** |
| 418 | ** This command can be used to track third party software. |
| 419 | ** |
| 420 | ** Options: |
| 421 | ** --dotfiles include files beginning with a dot (".") |
| 422 | ** --ignore <CSG> ignore files matching patterns from the |
| 423 | ** comma separated list of glob patterns. |
| 424 | ** --test If given, show what would be done without doing so. |
| 425 | ** |
| 426 | ** See also: add, rm |
| 427 | */ |
| 428 | void addremove_cmd(void){ |
| 429 | Blob path; |
| 430 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -196,15 +196,20 @@ | |
| 196 | ** The --ignore option is a comma-separate list of glob patterns for files |
| 197 | ** to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore option |
| 198 | ** does not appear on the command line then the "ignore-glob" setting is |
| 199 | ** used. |
| 200 | ** |
| 201 | ** The --case-sensitive option determines whether or not filenames should |
| 202 | ** be treated case sensitive or not. If the option is not given, the default |
| 203 | ** depends on the global setting, or the operating system default, if not set. |
| 204 | ** |
| 205 | ** Options: |
| 206 | ** |
| 207 | ** --case-sensitive <BOOL> override case-sensitive setting |
| 208 | ** --dotfiles include files beginning with a dot (".") |
| 209 | ** --ignore <CSG> ignore files matching patterns from the |
| 210 | ** comma separated list of glob patterns. |
| 211 | ** |
| 212 | ** See also: addremove, rm |
| 213 | */ |
| 214 | void add_cmd(void){ |
| 215 | int i; /* Loop counter */ |
| @@ -408,22 +413,24 @@ | |
| 413 | ** as a separate step. |
| 414 | ** |
| 415 | ** Files and directories whose names begin with "." are ignored unless |
| 416 | ** the --dotfiles option is used. |
| 417 | ** |
| 418 | ** The --ignore option overrides the "ignore-glob" setting, as does the |
| 419 | ** --case-sensitive option with the "case-sensitive" setting. See the |
| 420 | ** documentation on the "settings" command for further information. |
| 421 | ** |
| 422 | ** The --test option shows what would happen without actually doing anything. |
| 423 | ** |
| 424 | ** This command can be used to track third party software. |
| 425 | ** |
| 426 | ** Options: |
| 427 | ** --case-sensitive <BOOL> override case-sensitive setting |
| 428 | ** --dotfiles include files beginning with a dot (".") |
| 429 | ** --ignore <CSG> ignore files matching patterns from the |
| 430 | ** comma separated list of glob patterns. |
| 431 | ** --test If given, display instead of run actions |
| 432 | ** |
| 433 | ** See also: add, rm |
| 434 | */ |
| 435 | void addremove_cmd(void){ |
| 436 | Blob path; |
| 437 |