help with tail_build
Eike Rathke
erack at redhat.com
Wed Jul 4 10:39:32 PDT 2012
Hi,
On Wednesday, 2012-07-04 13:10:10 +0100, Michael Meeks wrote:
> git format-patch -1
> (cd ../push_tree ; git am) < 0001-foo-baa.patch
Just as a side note, this can be done in one command without leaving
intermediate files around:
git format-patch --stdout -1 | (cd ../push_tree ; git am)
Or, if the push_tree is the current working directory:
(cd ../working_tree ; git format-patch --stdout -1) | git am
Eike
--
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 293C 05FD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120704/d153e623/attachment.pgp>
More information about the LibreOffice
mailing list