Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-am.sh: fix initialization of the threeway variable
[gitweb.git]
/
git-am.sh
diff --git
a/git-am.sh
b/git-am.sh
index a67d0f98989706fa69df4cf7d6242ad9531eb337..4696998d4e4bd8f2355008cd35cf85600521d60b 100755
(executable)
--- 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