commit | a5a6755a1d4707bf2fab7752e5c974ebf63d086a | [log] [tgz] |
---|---|---|
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | Wed May 27 11:25:16 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 28 23:04:50 2009 -0700 |
tree | 7390f344c575f102a1db4c2e15dddc8e43e1cd66 | |
parent | 33fd7169ed6658e898b414a66aefaad16b404ec5 [diff] |
git-am foreign patch support: introduce patch_format Set up a framework to allow git-am to support patches which are not in mailbox format. Introduce a patch_format variable that presently can only be set from the command line, defaulting to 'mbox' (the only supported format) if not specified. Signed-off-by: Junio C Hamano <gitster@pobox.com>