git-am: -i does not take a string parameter.
[gitweb.git] / git-bisect.sh
index b74f44df603fa38dd2954aebe7a56a8480450236..c18bd32bf430c4cde07777e160cc3d4c81ee8999 100755 (executable)
@@ -22,6 +22,7 @@ git bisect log
 git bisect run <cmd>...
         use <cmd>... to automatically bisect.'
 
+OPTIONS_SPEC=
 . git-sh-setup
 require_work_tree