Skip to content

Commit

Permalink
git-am.sh: fix initialization of the threeway variable
Browse files Browse the repository at this point in the history
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 <remi.lespinet@ensimag.grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Remi Lespinet authored and Junio C Hamano committed Jun 4, 2015
1 parent 3d4a3ff commit 1164db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1164db9

Please sign in to comment.