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

Attachment: pgpHZMVCEj6OU.pgp
Description: PGP signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to