From 3c486633b75f3ee2d60ca99d84a2045c1c3b2482 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Sun, 15 Apr 2018 07:45:23 +0200 Subject: remove --ff-only --- scripts/stable-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index cd3595a7c..278eb2ee0 100755 --- a/scripts/stable-update.sh +++ b/scripts/stable-update.sh @@ -16,7 +16,7 @@ # update orgin ~/usr/bin/vanilla-kernel-helper.sh masterupdate currentbranch=$(git symbolic-ref --short HEAD) -git merge --no-edit --ff-only origin/${currentbranch%-user-thl-vanilla-fedora} || exit 1 +git merge --no-edit origin/${currentbranch%-user-thl-vanilla-fedora} || exit 1 if [ $# -lt 1 ]; then echo "Need a version" -- cgit