<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi all,</p>
    <p>A new git post-receive hook is in place, it parse the git commit
      message, detect if there is a bug number referenced,  and
      automatically posts commits references to bugzilla related issue.<br>
    </p>
    <p>An example: <a
href="https://blog.alteroot.org/articles/2017-05-30/road-to-xfce-4.14-part-2.html#git--bugzilla">https://bugzilla.xfce.org/show_bug.cgi?id=12159#c4</a>
      <br>
    </p>
    <p>Regex is "(?<=Bug)[:# ]*[0-9]+" for now. <br>
    </p>
    <p>This is a really cool new feature (thanks Simon for the
      idea/specs). It’s not perfect and it need more work, but it is now
      available on all repositories (appart from user repo and
      archives).</p>
    <p>Also, syntax and bugs highlighting has been enabled on <a
        class="moz-txt-link-freetext" href="https://git.xfce.org">https://git.xfce.org</a>
      . <br>
    </p>
    <p>-
      <a class="moz-txt-link-freetext"
href="https://git.xfce.org/xfce/libxfce4util/tree/libxfce4util/xfce-fileutils.c?id=f8e35f0889ad9c7bf6a6ccacce1592a4f0060cef">https://git.xfce.org/xfce/libxfce4util/tree/libxfce4util/xfce-fileutils.c?id=f8e35f0889ad9c7bf6a6ccacce1592a4f0060cef</a>
      as a syntax highlighting example</p>
    <p>-
      <a class="moz-txt-link-freetext"
href="https://git.xfce.org/xfce/libxfce4util/commit?id=f8e35f0889ad9c7bf6a6ccacce1592a4f0060cef">https://git.xfce.org/xfce/libxfce4util/commit?id=f8e35f0889ad9c7bf6a6ccacce1592a4f0060cef</a>
      look at the nice css around the bug number reference in the commit
      title :)<br>
    </p>
    <p>Enjoy,</p>
    <p><br>
    </p>
  </body>
</html>