<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Anthony,<br>
    <br>
    This is an example of git send-email command to send the last 4
    commits to <a class="moz-txt-link-abbreviated" href="mailto:virt-tools-list@redhat.com">virt-tools-list@redhat.com</a><br>
    <br>
        git send-email -4 --to <a class="moz-txt-link-abbreviated" href="mailto:virt-tools-list@redhat.com">virt-tools-list@redhat.com</a>
    --subject-prefix="virt-manager] [PATCH" --annotate --cover-letter<br>
    <br>
    For more information see:<br>
    <a class="moz-txt-link-freetext" href="https://git-scm.com/docs/git-send-email">https://git-scm.com/docs/git-send-email</a><br>
    <br>
    Kind Regards,<br>
    Radostin<br>
    <br>
    <div class="moz-cite-prefix">On 20/12/17 19:05, Anthony Serna wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAF8fV66yRhK5jJYXb=2CB=oxF+7tEe2vcZsWzdrPcCsCfFHoOw@mail.gmail.com">
      <div>
        <div dir="auto">Thank you. I couldn't get git send-email to
          work.</div>
        <br>
        <div class="gmail_quote">
          <div>On Wed, Dec 20, 2017 at 11:03 AM Cole Robinson <<a
              href="mailto:crobinso@redhat.com" moz-do-not-send="true">crobinso@redhat.com</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">On
            12/13/2017 10:24 AM, Michal Privoznik wrote:<br>
            > On 12/11/2017 07:00 PM, Anthony Serna wrote:<br>
            >> Patch attached.<br>
            >><br>
            >> Just a small thing I noticed when spinning up an
            LXC container.<br>
            ><br>
            > Hey,<br>
            ><br>
            > welcome to the list. Just a couple of hints for your
            patch:<br>
            ><br>
            >><br>
            >><br>
            >> 0001-strings-fix-typo.patch<br>
            ><br>
            > a) We usually send patches directly, not as
            attachments. You can achieve<br>
            > this by executing: git send-email ...<br>
            >><br>
            >><br>
            >> From 23fdcdbb1c5ee89addc0ef5d745453eaa6b0b235 Mon
            Sep 17 00:00:00 2001<br>
            >> From: Anthony <<a
              href="mailto:aserna3@gmail.com" target="_blank"
              moz-do-not-send="true">aserna3@gmail.com</a>><br>
            >> Date: Mon, 11 Dec 2017 09:56:13 -0800<br>
            >> Subject: [PATCH] strings: fix typo<br>
            >><br>
            >> ---<br>
            >>  po/as.po       | 2 +-<br>
            >>  po/bg.po       | 2 +-<br>
            >>  po/bn_IN.po    | 2 +-<br>
            >>  po/bs.po       | 2 +-<br>
            >>  po/ca.po       | 2 +-<br>
            >>  po/cmn.po      | 2 +-<br>
            >>  po/cs.po       | 2 +-<br>
            >>  po/da.po       | 2 +-<br>
            >>  po/de.po       | 2 +-<br>
            >>  po/en_GB.po    | 2 +-<br>
            >>  po/es.po       | 2 +-<br>
            >>  po/fi.po       | 2 +-<br>
            >>  po/fr.po       | 2 +-<br>
            >>  po/gu.po       | 2 +-<br>
            >>  po/hi.po       | 2 +-<br>
            >>  po/hr.po       | 2 +-<br>
            >>  po/hu.po       | 2 +-<br>
            >>  po/is.po       | 2 +-<br>
            >>  po/it.po       | 2 +-<br>
            >>  po/ja.po       | 2 +-<br>
            >>  po/kn.po       | 2 +-<br>
            >>  po/ko.po       | 2 +-<br>
            >>  po/ml.po       | 2 +-<br>
            >>  po/mr.po       | 2 +-<br>
            >>  po/ms.po       | 2 +-<br>
            >>  po/nb.po       | 2 +-<br>
            >>  po/nl.po       | 2 +-<br>
            >>  po/or.po       | 2 +-<br>
            >>  po/pa.po       | 2 +-<br>
            >>  po/pl.po       | 4 ++--<br>
            >>  po/pt.po       | 2 +-<br>
            >>  po/pt_BR.po    | 2 +-<br>
            >>  po/ro.po       | 2 +-<br>
            >>  po/ru.po       | 2 +-<br>
            >>  po/sk.po       | 2 +-<br>
            >>  po/sr.po       | 2 +-<br>
            >>  <a class="moz-txt-link-abbreviated" href="mailto:po/sr@latin.po">po/sr@latin.po</a> | 2 +-<br>
            >>  po/sv.po       | 2 +-<br>
            >>  po/ta.po       | 2 +-<br>
            >>  po/te.po       | 2 +-<br>
            >>  po/tr.po       | 2 +-<br>
            >>  po/uk.po       | 4 ++--<br>
            >>  po/vi.po       | 2 +-<br>
            >>  po/zh_CN.po    | 2 +-<br>
            >>  po/zh_TW.po    | 2 +-<br>
            >>  45 files changed, 47 insertions(+), 47
            deletions(-)<br>
            ><br>
            > b) these files are generated (despite being tracked in
            the repo). You<br>
            > need to fix the root of the bug (which is in
            ui/create.ui. These po/<br>
            > files will be updated then just before the release.<br>
            ><br>
            <br>
            I agree with Michal's comments, but I fixed the patch for
            you to just<br>
            apply to ui/create.ui and pushed<br>
            <br>
            Thanks,<br>
            Cole<br>
            <br>
          </blockquote>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
virt-tools-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:virt-tools-list@redhat.com">virt-tools-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/virt-tools-list">https://www.redhat.com/mailman/listinfo/virt-tools-list</a></pre>
    </blockquote>
    <br>
  </body>
</html>