Fossil SCM
Added a manifest versionable setting and documentation to commit for user and date override options.
Commit
65ff0ab2813abb2c0124d567cbb3638b374ccdae
Parent
c5317b3a3a185e9…
1 file changed
+2
+2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -1652,10 +1652,12 @@ | ||
| 1652 | 1652 | ** --nosign do not attempt to sign this commit with gpg |
| 1653 | 1653 | ** --private do not sync changes and their descendants |
| 1654 | 1654 | ** --sha1sum verify file status using SHA1 hashing rather |
| 1655 | 1655 | ** than relying on file mtimes |
| 1656 | 1656 | ** --tag TAG-NAME assign given tag TAG-NAME to the check-in |
| 1657 | +** --date-override DATE DATE to use instead of 'now' | |
| 1658 | +** --user-override USER USER to use instead of the current default | |
| 1657 | 1659 | ** |
| 1658 | 1660 | ** See also: branch, changes, checkout, extras, sync |
| 1659 | 1661 | */ |
| 1660 | 1662 | void commit_cmd(void){ |
| 1661 | 1663 | int hasChanges; /* True if unsaved changes exist */ |
| 1662 | 1664 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1652,10 +1652,12 @@ | |
| 1652 | ** --nosign do not attempt to sign this commit with gpg |
| 1653 | ** --private do not sync changes and their descendants |
| 1654 | ** --sha1sum verify file status using SHA1 hashing rather |
| 1655 | ** than relying on file mtimes |
| 1656 | ** --tag TAG-NAME assign given tag TAG-NAME to the check-in |
| 1657 | ** |
| 1658 | ** See also: branch, changes, checkout, extras, sync |
| 1659 | */ |
| 1660 | void commit_cmd(void){ |
| 1661 | int hasChanges; /* True if unsaved changes exist */ |
| 1662 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1652,10 +1652,12 @@ | |
| 1652 | ** --nosign do not attempt to sign this commit with gpg |
| 1653 | ** --private do not sync changes and their descendants |
| 1654 | ** --sha1sum verify file status using SHA1 hashing rather |
| 1655 | ** than relying on file mtimes |
| 1656 | ** --tag TAG-NAME assign given tag TAG-NAME to the check-in |
| 1657 | ** --date-override DATE DATE to use instead of 'now' |
| 1658 | ** --user-override USER USER to use instead of the current default |
| 1659 | ** |
| 1660 | ** See also: branch, changes, checkout, extras, sync |
| 1661 | */ |
| 1662 | void commit_cmd(void){ |
| 1663 | int hasChanges; /* True if unsaved changes exist */ |
| 1664 |