From: Jean Privat Date: Thu, 5 Feb 2015 07:03:25 +0000 (+0700) Subject: github_merge: show cover letter after successful merge. X-Git-Tag: v0.7.2~26^2 X-Git-Url: http://nitlanguage.org github_merge: show cover letter after successful merge. If the merge fails, the cover letter will be shown during the commit, so no need to show it before. Signed-off-by: Jean Privat --- diff --git a/contrib/github_merge.nit b/contrib/github_merge.nit index 30d54f0..8a2c545 100644 --- a/contrib/github_merge.nit +++ b/contrib/github_merge.nit @@ -127,5 +127,6 @@ else end system("git commit -F mergemsg") print "The merge is made" + mergemsg.write_to(stdout) end