<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>On 07-08-18 07:34, LAU, ALOYSIUS wrote:<br>
    </p>
    <blockquote type="cite"
cite="mid:A78E9D78AF264845AC0A98130EEEFD68DBAF89@MOSTLS1MSGUSREI.ITServices.sbc.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">To submit a code change to the <a
            href="http://git.ipxe.org/ipxe.git" moz-do-not-send="true">
            http://git.ipxe.org/ipxe.git</a> repository, use the master
          branch.  Is this correct?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I looked at the past posting at <a
            href="http://lists.ipxe.org/pipermail/ipxe-devel/"
            moz-do-not-send="true">
            http://lists.ipxe.org/pipermail/ipxe-devel/</a> and was not
          sure how to search for the git commands to submit code change
          to the master branch.  Also looked at the
          <a href="http://ipxe.org/docs" moz-do-not-send="true">http://ipxe.org/docs</a>
          and the documentation did not mention about submitting code
          changes to master branch upstream.  Where can I get the git
          instructions?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">$ git add <files><o:p></o:p></p>
        <p class="MsoNormal">$ git commit<o:p></o:p></p>
        <p class="MsoNormal">$ git <push to up-stream><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">What command do we I to push the code to
          upstream?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Any special format for the commit message I
          needed to follow?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Thanks,<o:p></o:p></p>
        <p class="MsoNormal">Al Lau<o:p></o:p></p>
        <p class="MsoNormal">P.S. I use “git review” to submit changes
           to other open source projects I work on. 
          <o:p></o:p></p>
        <br>
      </div>
    </blockquote>
    <br>
    `git push` needs write privelege on that git repo.<br>
    <br>
    <br>
    Do `git format-patch master`  to get patches.<br>
    <br>
    Email those patches.<br>
    ( `git send-email` from package 'git-email' is a utility written for
    the purpose )<br>
    <br>
    <br>
    Cheers<br>
    Geert Stappers<br>
    DevOps engineer<br>
  </body>
</html>