We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90221f2 commit 78c5ca2Copy full SHA for 78c5ca2
1 file changed
bin/git-cp
@@ -51,7 +51,7 @@ else
51
fi
52
53
MERGE_OPT=
54
- ff=$(git config --get merge.ff)
+ ff=$(git config --get merge.ff || true)
55
if [[ "$ff" == "only" ]]; then
56
MERGE_OPT="--ff"
57
0 commit comments