Fossil SCM
explain how empty commit msg affects commit process
Commit
724a5445919f6f1e177df69059f0b480534f78bf
Parent
2cf6304bc375a0c…
1 file changed
+4
+4
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -1388,10 +1388,14 @@ | ||
| 1388 | 1388 | ** unless the interactive user chooses to proceed. If there is no |
| 1389 | 1389 | ** interactive user or these warnings should be skipped for some other |
| 1390 | 1390 | ** reason, the --no-warnings option may be used. A check-in is not |
| 1391 | 1391 | ** allowed against a closed leaf. |
| 1392 | 1392 | ** |
| 1393 | +** If a commit message is blank, you will be prompted: | |
| 1394 | +** ("continue (y/N)?") to confirm you really want to commit with a | |
| 1395 | +** blank commit message. The default value is "N", do not commit. | |
| 1396 | +** | |
| 1393 | 1397 | ** The --private option creates a private check-in that is never synced. |
| 1394 | 1398 | ** Children of private check-ins are automatically private. |
| 1395 | 1399 | ** |
| 1396 | 1400 | ** The --tag option applies the symbolic tag name to the check-in. |
| 1397 | 1401 | ** |
| 1398 | 1402 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1388,10 +1388,14 @@ | |
| 1388 | ** unless the interactive user chooses to proceed. If there is no |
| 1389 | ** interactive user or these warnings should be skipped for some other |
| 1390 | ** reason, the --no-warnings option may be used. A check-in is not |
| 1391 | ** allowed against a closed leaf. |
| 1392 | ** |
| 1393 | ** The --private option creates a private check-in that is never synced. |
| 1394 | ** Children of private check-ins are automatically private. |
| 1395 | ** |
| 1396 | ** The --tag option applies the symbolic tag name to the check-in. |
| 1397 | ** |
| 1398 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1388,10 +1388,14 @@ | |
| 1388 | ** unless the interactive user chooses to proceed. If there is no |
| 1389 | ** interactive user or these warnings should be skipped for some other |
| 1390 | ** reason, the --no-warnings option may be used. A check-in is not |
| 1391 | ** allowed against a closed leaf. |
| 1392 | ** |
| 1393 | ** If a commit message is blank, you will be prompted: |
| 1394 | ** ("continue (y/N)?") to confirm you really want to commit with a |
| 1395 | ** blank commit message. The default value is "N", do not commit. |
| 1396 | ** |
| 1397 | ** The --private option creates a private check-in that is never synced. |
| 1398 | ** Children of private check-ins are automatically private. |
| 1399 | ** |
| 1400 | ** The --tag option applies the symbolic tag name to the check-in. |
| 1401 | ** |
| 1402 |