Changes between Version 3 and Version 4 of code-review


Ignore:
Timestamp:
Dec 26, 2009, 4:25:59 AM (15 years ago)
Author:
andersk@mit.edu
Comment:

s/git-send-email/git format-patch and git send-email/

Legend:

Unmodified
Added
Removed
Modified
  • code-review

    v3 v4  
    3939 <ul>
    4040   <li>The location of a git repository containing the changes.</li>
    41    <li>The patch(es) themselves inline in email (using e.g. <tt>git-send-email</tt>)</li>
     41   <li>The patch(es) themselves inline in email (using e.g. <tt>git format-patch</tt> and <tt>git send-email</tt>)</li>
    4242   </ul>
    4343   <p>In general, the latter is suggested only for short patches or patch series. It is preferred but not required that such requests also include the location of a git branch.