Fossil SCM
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options
Commit
a3ecba52f03cc3bfb42df7c9d3ae33d67915a6f6
Parent
1f851f846733f1b…
1 file changed
+2
-1
+2
-1
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -415,11 +415,12 @@ | ||
| 415 | 415 | ** The --test option shows what would happen without actually doing anything. |
| 416 | 416 | ** |
| 417 | 417 | ** This command can be used to track third party software. |
| 418 | 418 | ** |
| 419 | 419 | ** |
| 420 | -** SUMMARY: fossil addremove ?--dotfiles? ?--ignore GLOBPATTERN? ?--test? | |
| 420 | +** SUMMARY: fossil addremove | |
| 421 | +** Options: ?--dotfiles? ?--ignore GLOBPATTERN? ?--test? | |
| 421 | 422 | */ |
| 422 | 423 | void import_cmd(void){ |
| 423 | 424 | Blob path; |
| 424 | 425 | const char *zIgnoreFlag = find_option("ignore",0,1); |
| 425 | 426 | int allFlag = find_option("dotfiles",0,0)!=0; |
| 426 | 427 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -415,11 +415,12 @@ | |
| 415 | ** The --test option shows what would happen without actually doing anything. |
| 416 | ** |
| 417 | ** This command can be used to track third party software. |
| 418 | ** |
| 419 | ** |
| 420 | ** SUMMARY: fossil addremove ?--dotfiles? ?--ignore GLOBPATTERN? ?--test? |
| 421 | */ |
| 422 | void import_cmd(void){ |
| 423 | Blob path; |
| 424 | const char *zIgnoreFlag = find_option("ignore",0,1); |
| 425 | int allFlag = find_option("dotfiles",0,0)!=0; |
| 426 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -415,11 +415,12 @@ | |
| 415 | ** The --test option shows what would happen without actually doing anything. |
| 416 | ** |
| 417 | ** This command can be used to track third party software. |
| 418 | ** |
| 419 | ** |
| 420 | ** SUMMARY: fossil addremove |
| 421 | ** Options: ?--dotfiles? ?--ignore GLOBPATTERN? ?--test? |
| 422 | */ |
| 423 | void import_cmd(void){ |
| 424 | Blob path; |
| 425 | const char *zIgnoreFlag = find_option("ignore",0,1); |
| 426 | int allFlag = find_option("dotfiles",0,0)!=0; |
| 427 |