# # # patch "cmd_ws_commit.cc" # from [e6842ca03166637e9c04c2415e5eec798aa96180] # to [72c8396fad0fb74495319fb64df489e2398ab48e] # ============================================================ --- cmd_ws_commit.cc e6842ca03166637e9c04c2415e5eec798aa96180 +++ cmd_ws_commit.cc 72c8396fad0fb74495319fb64df489e2398ab48e @@ -182,7 +182,7 @@ get_log_message_interactively(lua_hooks utf8 instructions( _("-- Enter a description of this change above --\n" - "-- Edit fields below to modify certificate values --\n")); + "-- You may edit the fields below --\n")); utf8 ignored( _("\n-- Modifications below this line are ignored --\n")); @@ -221,7 +221,7 @@ get_log_message_interactively(lua_hooks } else { - oss << DATE << date.as_formatted_localtime(date_fmt) << '\n'; + oss << DATE << ' ' << date.as_formatted_localtime(date_fmt) << '\n'; } editable = utf8(oss.str().c_str());