Remove obsolete svn diff option.
PR: 170006 Submitted by: beat@freebsd.org
This commit is contained in:
parent
2b8156e05b
commit
3aaa21a8b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39245
1 changed files with 4 additions and 7 deletions
|
@ -10371,15 +10371,12 @@ as .putsy.conf and edit it.</programlisting>
|
|||
<para>The last step is to make a unified &man.diff.1;
|
||||
of the files against SVN:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn diff -N > ../`basename ${PWD}`.diff</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn diff > ../`basename ${PWD}`.diff</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>It is important to use <option>-N</option> to ensure
|
||||
that files you have added or removed are accounted for in
|
||||
the patch. The patch will include any removed files when
|
||||
applied, though the file contents will be empty, so remember
|
||||
to include these in the PR so the committer knows to remove
|
||||
them.</para>
|
||||
<para>Any files that have been removed should be explicitly
|
||||
mentioned in the PR, because file removal may not be obvious
|
||||
to the committer.</para>
|
||||
</note>
|
||||
|
||||
<para>Send your patch following the guidelines in
|
||||
|
|
Loading…
Reference in a new issue