Differences From:
File
src/checkin.c
part of check-in
[417e7662e5]
- Fix to the omitsign setting.
by
drh on
2008-06-06 20:05:06.
[view]
To:
File
src/checkin.c
part of check-in
[3f706b92a5]
- Change the "omitsign" setting into "clearsign" and invert its sense.
by
drh on
2008-06-06 20:11:16.
[view]
@@ -349,8 +349,9 @@
zComment = find_option("comment","m",1);
forceFlag = find_option("force", "f", 0)!=0;
db_must_be_within_tree();
noSign = db_get_boolean("omitsign", 0)|noSign;
+ if( db_get_boolean("clearsign", 1)==0 ){ noSign = 1; }
verify_all_options();
/*
** Autosync if requested.