On Tue, 2011-02-22 at 00:06 +0100, Martin Kepplinger wrote:
> So no "git format-patch" and "send-email" anymore? I'm so used to it.

No no, git format-patch is still the preferred patch format, so you are
fine.

For those who integrate patches, you can integrate patches generated by
git format-patch simply by running 'git am' command.  That's the
preferred way because git format-patch preserves the commit message and
the committer information as well as it handles changes in binary blobs.
These are something the conventional patch format does not handle.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc
<kyosh...@novell.com>

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

Reply via email to