Run "git-stripspace" instead of "git stripspace" to avoid calling external git command. Signed-off-by: Qingning Huo <qhuo@xxxxxxxxxxx> --- git-format-patch.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) aad41923a43b82713af05eaa26db688272091520 diff --git a/git-format-patch.sh b/git-format-patch.sh index 2ebf7e8..486fb31 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -213,7 +213,7 @@ sub show_date { } print "From nobody Mon Sep 17 00:00:00 2001\n"; -open FH, "git stripspace <$commsg |" or die "open $commsg pipe"; +open FH, "git-stripspace <$commsg |" or die "open $commsg pipe"; while (<FH>) { unless ($done_header) { if (/^$/) { -- 1.2.4.ga019-dirty - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html