summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-04-15 07:45:23 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2018-04-15 08:08:00 +0200
commit3c486633b75f3ee2d60ca99d84a2045c1c3b2482 (patch)
tree1148e6d0aa00de0e9ee3a212de19f5e1f6397db3 /scripts
parent094581cdd201a38aeb6943fbb2d965382713be1d (diff)
downloadkernel-3c486633b75f3ee2d60ca99d84a2045c1c3b2482.tar.gz
kernel-3c486633b75f3ee2d60ca99d84a2045c1c3b2482.tar.xz
kernel-3c486633b75f3ee2d60ca99d84a2045c1c3b2482.zip
remove --ff-only
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stable-update.sh2
1 files changed, 1 insertions, 1 deletions
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"