Fossil SCM
Clarify that --nosign with 'branch new' only does not sign the branch creation check-in (future branch check-ins are signed).
Commit
ab54928db765a55bbdb6c2ffc06d8b8607aa171c35e58e11063a40f15225e643
Parent
0f8153dac42f9fc…
1 file changed
+2
-1
+2
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -660,11 +660,12 @@ | ||
| 660 | 660 | ** Create a new branch BRANCH-NAME off of check-in BASIS. |
| 661 | 661 | ** |
| 662 | 662 | ** Options: |
| 663 | 663 | ** --private Branch is private (i.e., remains local) |
| 664 | 664 | ** --bgcolor COLOR Use COLOR instead of automatic background |
| 665 | -** --nosign Do not sign contents on this branch | |
| 665 | +** --nosign Do not sign the manifest for the check-in | |
| 666 | +** that creates this branch | |
| 666 | 667 | ** --nosync Do not auto-sync prior to creating the branch |
| 667 | 668 | ** --date-override DATE DATE to use instead of 'now' |
| 668 | 669 | ** --user-override USER USER to use instead of the current default |
| 669 | 670 | ** |
| 670 | 671 | ** DATE may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 671 | 672 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -660,11 +660,12 @@ | |
| 660 | ** Create a new branch BRANCH-NAME off of check-in BASIS. |
| 661 | ** |
| 662 | ** Options: |
| 663 | ** --private Branch is private (i.e., remains local) |
| 664 | ** --bgcolor COLOR Use COLOR instead of automatic background |
| 665 | ** --nosign Do not sign contents on this branch |
| 666 | ** --nosync Do not auto-sync prior to creating the branch |
| 667 | ** --date-override DATE DATE to use instead of 'now' |
| 668 | ** --user-override USER USER to use instead of the current default |
| 669 | ** |
| 670 | ** DATE may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 671 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -660,11 +660,12 @@ | |
| 660 | ** Create a new branch BRANCH-NAME off of check-in BASIS. |
| 661 | ** |
| 662 | ** Options: |
| 663 | ** --private Branch is private (i.e., remains local) |
| 664 | ** --bgcolor COLOR Use COLOR instead of automatic background |
| 665 | ** --nosign Do not sign the manifest for the check-in |
| 666 | ** that creates this branch |
| 667 | ** --nosync Do not auto-sync prior to creating the branch |
| 668 | ** --date-override DATE DATE to use instead of 'now' |
| 669 | ** --user-override USER USER to use instead of the current default |
| 670 | ** |
| 671 | ** DATE may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 672 |