Code

Merge branch 'js/shortlog'
[git.git] / git-rebase.sh
index 546fa446fc3c6c63488b9ef38cb5bdc960953cb1..25530dfdc5ba3b88ba9f45393d3aace8faa89472 100755 (executable)
@@ -302,15 +302,6 @@ then
        exit $?
 fi
 
-if test "@@NO_PYTHON@@" && test "$strategy" = "recursive-old"
-then
-       die 'The recursive-old merge strategy is written in Python,
-which this installation of git was not configured with.  Please consider
-a different merge strategy (e.g. recursive, resolve, or stupid)
-or install Python and git with Python support.'
-
-fi
-
 # start doing a rebase with git-merge
 # this is rename-aware if the recursive (default) strategy is used