]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-rebase--interactive.sh
git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.
[git.git] / git-rebase--interactive.sh
index ebc67e515de15f817a9c7f036e0c5069dd8f32ec..db04057653fb896036454001499a1bdeb06907a6 100755 (executable)
@@ -109,7 +109,7 @@ pick_one () {
                sha1=$(git rev-parse --short $sha1)
                output warn Fast forward to $sha1
        else
-               output git cherry-pick $STRATEGY "$@"
+               output git cherry-pick "$@"
        fi
 }
 
@@ -173,7 +173,7 @@ pick_one_preserving_merges () {
                        fi
                        ;;
                *)
-                       output git cherry-pick $STRATEGY "$@" ||
+                       output git cherry-pick "$@" ||
                                die_with_patch $sha1 "Could not pick $sha1"
                esac
        esac