Fossil SCM
actually, --date-override overrides --empty, not reverse
Commit
a01e2d147f15a6294166740457cf3f67d7a4b0ad
Parent
8bc47c1469ebe93…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1441,12 +1441,12 @@ | ||
| 1441 | 1441 | ** |
| 1442 | 1442 | ** Options: |
| 1443 | 1443 | ** --template FILE copy settings from repository file |
| 1444 | 1444 | ** --admin-user|-A USERNAME select given USERNAME as admin user |
| 1445 | 1445 | ** --date-override DATETIME use DATETIME as time of the initial checkin |
| 1446 | +** (overrides --empty as well) | |
| 1446 | 1447 | ** --empty Do not create an initial empty checkin. |
| 1447 | -** (overrides --admin-user and --date-override) | |
| 1448 | 1448 | ** |
| 1449 | 1449 | ** See also: clone |
| 1450 | 1450 | */ |
| 1451 | 1451 | void create_repository_cmd(void){ |
| 1452 | 1452 | char *zPassword; |
| 1453 | 1453 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1441,12 +1441,12 @@ | |
| 1441 | ** |
| 1442 | ** Options: |
| 1443 | ** --template FILE copy settings from repository file |
| 1444 | ** --admin-user|-A USERNAME select given USERNAME as admin user |
| 1445 | ** --date-override DATETIME use DATETIME as time of the initial checkin |
| 1446 | ** --empty Do not create an initial empty checkin. |
| 1447 | ** (overrides --admin-user and --date-override) |
| 1448 | ** |
| 1449 | ** See also: clone |
| 1450 | */ |
| 1451 | void create_repository_cmd(void){ |
| 1452 | char *zPassword; |
| 1453 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1441,12 +1441,12 @@ | |
| 1441 | ** |
| 1442 | ** Options: |
| 1443 | ** --template FILE copy settings from repository file |
| 1444 | ** --admin-user|-A USERNAME select given USERNAME as admin user |
| 1445 | ** --date-override DATETIME use DATETIME as time of the initial checkin |
| 1446 | ** (overrides --empty as well) |
| 1447 | ** --empty Do not create an initial empty checkin. |
| 1448 | ** |
| 1449 | ** See also: clone |
| 1450 | */ |
| 1451 | void create_repository_cmd(void){ |
| 1452 | char *zPassword; |
| 1453 |