<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Still no luck with git-bz.  After entering <br>
    <br>
    <font face="Courier New, Courier, monospace">Attach? [yn] y<br>
      <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<br>
                            <a class="moz-txt-link-rfc2396E" href="http://www.w3.org/TR/html4/loose.dtd">"http://www.w3.org/TR/html4/loose.dtd"</a>><br>
      <html lang="en"><br>
        <head><br>
          <title>Suspicious Action</title><br>
      <br>
      <i>...</i><i><br>
      </i><i>a very long xml</i><i><br>
      </i><i>....</i><br>
      <b>Failed to attach patch to bug 10986, status=200</b></font><br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 13-09-30 02:38 PM, Mason James
      wrote:<br>
    </div>
    <blockquote
      cite="mid:C6FEE3D6-D835-47BA-A620-4BE4A040B23B@kohaaloha.com"
      type="cite">
      <pre wrap="">
On 2013-09-27, at 11:29 AM, Robin Sheat wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Philippe Blouin schreef op do 26-09-2013 om 16:08 [-0400]:
</pre>
        <blockquote type="cite">
          <pre wrap="">First to present myself, I'm a new developper on Koha.  I work for
inLibro, which has been a Koha proponent for a while now.
</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">

</pre>
      <blockquote type="cite">
        <pre wrap="">
</pre>
        <blockquote type="cite">
          <pre wrap="">Questions:
- I work with patches.  I used git-bz for one, and manual for the
others.  Now how to I email to patch mailing list?  I just copy the
content?  I comment it?  Do I add the [PATCH] in the header or some
tool could have done all that for me?  (my server can't send email, so
I'm not sure if git-bz should have done it)
</pre>
        </blockquote>
        <pre wrap="">
Git can do it. I use:

git send-email --to=kpatches HEAD^

where ~/.git_aliases contains:

alias kpatches <a class="moz-txt-link-abbreviated" href="mailto:koha-patches@lists.koha-community.org">koha-patches@lists.koha-community.org</a>

Git-bz is the best thing for interacting with bugzilla. It makes life
substantially easier. And if you format patches like above, just do:

git bz attach HEAD

and it'll figure out the bug to apply it to.
</pre>
      </blockquote>
      <pre wrap="">

hi Philippe

also, git-bz will email your patch(es) to the patches list, via the '--mail' arg

$ git bz attach --mail 9999 HEAD 


(for this to work, you do need to subscribe to the list first)

_______________________________________________
Koha-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a>
<a class="moz-txt-link-freetext" href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a>
website : <a class="moz-txt-link-freetext" href="http://www.koha-community.org/">http://www.koha-community.org/</a>
git : <a class="moz-txt-link-freetext" href="http://git.koha-community.org/">http://git.koha-community.org/</a>
bugs : <a class="moz-txt-link-freetext" href="http://bugs.koha-community.org/">http://bugs.koha-community.org/</a>
</pre>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <style type="text/css">
.moz-signature {
 color: #FFFFFF;
}
.sig_inlibro {
 padding-top : 2px;
 color: #888888;
 font-family : "Trebuchet MS", verdana;
 font-size: 90%;
}
.sig_content {
 border-top: 2px solid #DDDDDD;
 border-bottom: 2px solid #BFD13D;
 background-color : #F6F6F6;
 padding-left:10px;
}
.sig_inlibro a:visited, .sig_inlibro a:hover, .sig_inlibro a:link {
 text-decoration: none;
 color: #005B85;
}
.nom {
 color: #005B85;
 font-weight : bold;
}
.inlibro, .in {
 color: #BFD13D;
}
.libro {
 color: #005B85;
}
.in, .libro {
 font-size : 120%;
}
.desc {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.small {
 font-size: 80%;
}
.tagline {
 color : #00BCE4;
}
.sig_footer {
 padding-left : 10px;
 background-color : #EEEFEA;
}
</style>
      <div class="sig_inlibro">
        <div class="sig_content"> <span class="nom">Philippe Blouin,</span><br>
          <span class="tagline small">Responsable du développement
            informatique</span><br>
          <p class="desc small"> Tél.  : (888) 604-2627<br>
            <a href="mailto:philippe.blouin@inLibro.com">philippe.blouin@inLibro.com</a>
          </p>
        </div>
        <div class="sig_footer"> <span class="in">in</span><span
            class="libro">Libro</span> <span class="tagline small">|
            pour esprit libre |</span> <a class="small"
            href="http://www.inLibro.com">www.inLibro.com</a> </div>
      </div>
    </div>
  </body>
</html>