forked from GitHub/gf-core
Add instructions about compressing patches.
This commit is contained in:
@@ -139,11 +139,17 @@ repository, as described above. Then create the patch with:
|
|||||||
</P>
|
</P>
|
||||||
<PRE>
|
<PRE>
|
||||||
$ darcs send -o mypatch.patch
|
$ darcs send -o mypatch.patch
|
||||||
|
$ gzip mypatch.patch
|
||||||
</PRE>
|
</PRE>
|
||||||
<P></P>
|
<P></P>
|
||||||
<P>
|
<P>
|
||||||
(where <CODE>mypatch</CODE> is hopefully replaced by a slightly more
|
(where <CODE>mypatch</CODE> is hopefully replaced by a slightly more
|
||||||
descriptive name). Send it as an e-mail attachment. If you have
|
descriptive name). Since some e-mail setups change text attachments
|
||||||
|
(most likely by changing the newline characters) you need to send
|
||||||
|
the patch in some compressed format, such as GZIP, BZIP2 or ZIP.
|
||||||
|
</P>
|
||||||
|
<P>
|
||||||
|
Send it as an e-mail attachment. If you have
|
||||||
sendmail or something equivalent installed, it is possible to send the
|
sendmail or something equivalent installed, it is possible to send the
|
||||||
patch directly from darcs. If so, replace <CODE>-o mypatch.patch</CODE> with
|
patch directly from darcs. If so, replace <CODE>-o mypatch.patch</CODE> with
|
||||||
<CODE>--to=EMAIL</CODE> where <CODE>EMAIL</CODE> is the address to send it to.
|
<CODE>--to=EMAIL</CODE> where <CODE>EMAIL</CODE> is the address to send it to.
|
||||||
|
|||||||
@@ -87,10 +87,15 @@ repository, as described above. Then create the patch with:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ darcs send -o mypatch.patch
|
$ darcs send -o mypatch.patch
|
||||||
|
$ gzip mypatch.patch
|
||||||
```
|
```
|
||||||
|
|
||||||
(where ``mypatch`` is hopefully replaced by a slightly more
|
(where ``mypatch`` is hopefully replaced by a slightly more
|
||||||
descriptive name). Send it as an e-mail attachment. If you have
|
descriptive name). Since some e-mail setups change text attachments
|
||||||
|
(most likely by changing the newline characters) you need to send
|
||||||
|
the patch in some compressed format, such as GZIP, BZIP2 or ZIP.
|
||||||
|
|
||||||
|
Send it as an e-mail attachment. If you have
|
||||||
sendmail or something equivalent installed, it is possible to send the
|
sendmail or something equivalent installed, it is possible to send the
|
||||||
patch directly from darcs. If so, replace ``-o mypatch.patch`` with
|
patch directly from darcs. If so, replace ``-o mypatch.patch`` with
|
||||||
``--to=EMAIL`` where ``EMAIL`` is the address to send it to.
|
``--to=EMAIL`` where ``EMAIL`` is the address to send it to.
|
||||||
|
|||||||
Reference in New Issue
Block a user