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 07:45:23 +0200
commit09923bf385f55a768e5221909e98acc5d23b6819 (patch)
tree73290ab7c7684221b8039b748391aa384b05f95b /scripts
parentb752298355854041051b59db67c5e9d5c2e25ce2 (diff)
downloadkernel-09923bf385f55a768e5221909e98acc5d23b6819.tar.gz
kernel-09923bf385f55a768e5221909e98acc5d23b6819.tar.xz
kernel-09923bf385f55a768e5221909e98acc5d23b6819.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 53607f004..5a10d1e7c 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"