Re: [PATCH v2 20/31] mailinfo: move cmitmsg and patchfile to struct mailinfo

2015-10-14 Thread Junio C Hamano
This step does not compile correctly; will be fixed in v3. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 20/31] mailinfo: move cmitmsg and patchfile to struct mailinfo

2015-10-14 Thread Junio C Hamano
Signed-off-by: Junio C Hamano --- builtin/mailinfo.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/builtin/mailinfo.c b/builtin/mailinfo.c index f48a260..5809e13 100644 --- a/builtin/mailinfo.c +++ b/builtin/mailinfo.c @@ -7,11 +7,11 @@ #inclu