From 1164db977e3c2dd54a4d90d4aded7ca64791d16b Mon Sep 17 00:00:00 2001 From: Remi Lespinet Date: Thu, 4 Jun 2015 17:04:53 +0200 Subject: git-am.sh: fix initialization of the threeway variable Initialization for the threeway variable was missing. This caused a behavior change for command lines like: threeway=t git am ... This commit adds initialization for this variable. Signed-off-by: Remi Lespinet Signed-off-by: Junio C Hamano diff --git a/git-am.sh b/git-am.sh index a67d0f9..4696998 100755 --- a/git-am.sh +++ b/git-am.sh @@ -378,6 +378,7 @@ committer_date_is_author_date= ignore_date= allow_rerere_autoupdate= gpg_sign_opt= +threeway= if test "$(git config --bool --get am.messageid)" = true then -- cgit v0.10.2-6-g49f6