Without this, pull becomes unusable for merging branches when the config option `merge.ff` is set to `only`. Signed-off-by: Samuel Bronson <naesten@xxxxxxxxx> --- git-pull.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/git-pull.sh b/git-pull.sh index 9868a0b..a09fcbc 100755 --- a/git-pull.sh +++ b/git-pull.sh @@ -76,6 +76,8 @@ do no_ff=--no-ff ;; --ff-only) ff_only=--ff-only ;; + --no-ff-only) + ff_only=--no-ff-only ;; -s=*|--s=*|--st=*|--str=*|--stra=*|--strat=*|--strate=*|\ --strateg=*|--strategy=*|\ -s|--s|--st|--str|--stra|--strat|--strate|--strateg|--strategy) -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html