Fossil SCM

Added a manifest versionable setting and documentation to commit for user and date override options.

sdr 2015-09-07 00:34 trunk
Commit 65ff0ab2813abb2c0124d567cbb3638b374ccdae
1 file changed +2
--- src/checkin.c
+++ src/checkin.c
@@ -1652,10 +1652,12 @@
16521652
** --nosign do not attempt to sign this commit with gpg
16531653
** --private do not sync changes and their descendants
16541654
** --sha1sum verify file status using SHA1 hashing rather
16551655
** than relying on file mtimes
16561656
** --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
16571659
**
16581660
** See also: branch, changes, checkout, extras, sync
16591661
*/
16601662
void commit_cmd(void){
16611663
int hasChanges; /* True if unsaved changes exist */
16621664
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button