The unified diff between revisions [a93b1376..] and [9b19e788..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'lua.hh'

#
#
# patch "lua.hh"
#  from [0d1c63ed6c7b36665ad92780ed88afa1edff3194]
#    to [a682ec35ee70ef30fd080616f8f21d8ef2a1a6ea]
#
============================================================
--- lua.hh	0d1c63ed6c7b36665ad92780ed88afa1edff3194
+++ lua.hh	a682ec35ee70ef30fd080616f8f21d8ef2a1a6ea
@@ -106,6 +106,12 @@ public:
   bool hook_get_linesep_conv(file_path const & p,
                              std::string & db, std::string & ext);

+  // validation hooks
+  bool hook_validate_commit_message(std::string const & message,
+                                    std::string const & new_manifest_text,
+                                    bool & validated,
+                                    std::string & reason);
+
   // notification hooks
   bool hook_note_commit(revision_id const & new_id,
                         revision_data const & rdat,