Fossil SCM
Properly document all the new options.
Commit
17eb0bdcc4afb0f8b4353b65a0a71a92d5f10470
Parent
2d1f5abf714ffab…
1 file changed
+10
-2
+10
-2
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -426,11 +426,15 @@ | ||
| 426 | 426 | ** files as no longer being part of the project. In other words, future |
| 427 | 427 | ** changes to the named files will not be versioned. |
| 428 | 428 | ** |
| 429 | 429 | ** Options: |
| 430 | 430 | ** --metadata-only <BOOL> Non-zero to skip removing files from the |
| 431 | -** checkout. | |
| 431 | +** checkout. Supersedes both the --soft and | |
| 432 | +** --hard options. | |
| 433 | +** --soft Skip removing files from the checkout. | |
| 434 | +** This supersedes the --hard option. | |
| 435 | +** --hard Remove files from the checkout. | |
| 432 | 436 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 433 | 437 | ** -n|--dry-run If given, display instead of run actions. |
| 434 | 438 | ** |
| 435 | 439 | ** See also: addremove, add |
| 436 | 440 | */ |
| @@ -774,11 +778,15 @@ | ||
| 774 | 778 | ** records the fact that filenames have changed so that appropriate notations |
| 775 | 779 | ** can be made at the next commit/check-in. |
| 776 | 780 | ** |
| 777 | 781 | ** Options: |
| 778 | 782 | ** --metadata-only <BOOL> Non-zero to skip moving files within the |
| 779 | -** checkout. | |
| 783 | +** checkout. Supersedes both the --soft and | |
| 784 | +** --hard options. | |
| 785 | +** --soft Skip moving files within the checkout. | |
| 786 | +** This supersedes the --hard option. | |
| 787 | +** --hard Move files within the checkout. | |
| 780 | 788 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 781 | 789 | ** -n|--dry-run If given, display instead of run actions. |
| 782 | 790 | ** |
| 783 | 791 | ** See also: changes, status |
| 784 | 792 | */ |
| 785 | 793 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -426,11 +426,15 @@ | |
| 426 | ** files as no longer being part of the project. In other words, future |
| 427 | ** changes to the named files will not be versioned. |
| 428 | ** |
| 429 | ** Options: |
| 430 | ** --metadata-only <BOOL> Non-zero to skip removing files from the |
| 431 | ** checkout. |
| 432 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 433 | ** -n|--dry-run If given, display instead of run actions. |
| 434 | ** |
| 435 | ** See also: addremove, add |
| 436 | */ |
| @@ -774,11 +778,15 @@ | |
| 774 | ** records the fact that filenames have changed so that appropriate notations |
| 775 | ** can be made at the next commit/check-in. |
| 776 | ** |
| 777 | ** Options: |
| 778 | ** --metadata-only <BOOL> Non-zero to skip moving files within the |
| 779 | ** checkout. |
| 780 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 781 | ** -n|--dry-run If given, display instead of run actions. |
| 782 | ** |
| 783 | ** See also: changes, status |
| 784 | */ |
| 785 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -426,11 +426,15 @@ | |
| 426 | ** files as no longer being part of the project. In other words, future |
| 427 | ** changes to the named files will not be versioned. |
| 428 | ** |
| 429 | ** Options: |
| 430 | ** --metadata-only <BOOL> Non-zero to skip removing files from the |
| 431 | ** checkout. Supersedes both the --soft and |
| 432 | ** --hard options. |
| 433 | ** --soft Skip removing files from the checkout. |
| 434 | ** This supersedes the --hard option. |
| 435 | ** --hard Remove files from the checkout. |
| 436 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 437 | ** -n|--dry-run If given, display instead of run actions. |
| 438 | ** |
| 439 | ** See also: addremove, add |
| 440 | */ |
| @@ -774,11 +778,15 @@ | |
| 778 | ** records the fact that filenames have changed so that appropriate notations |
| 779 | ** can be made at the next commit/check-in. |
| 780 | ** |
| 781 | ** Options: |
| 782 | ** --metadata-only <BOOL> Non-zero to skip moving files within the |
| 783 | ** checkout. Supersedes both the --soft and |
| 784 | ** --hard options. |
| 785 | ** --soft Skip moving files within the checkout. |
| 786 | ** This supersedes the --hard option. |
| 787 | ** --hard Move files within the checkout. |
| 788 | ** --case-sensitive <BOOL> Override the case-sensitive setting. |
| 789 | ** -n|--dry-run If given, display instead of run actions. |
| 790 | ** |
| 791 | ** See also: changes, status |
| 792 | */ |
| 793 |