> # If a hook exists, give it a chance to interrupt > -run_pre_rebase_hook ${1+"$@"} > +run_pre_rebase_hook $root_flag $upstream_name "$@" You'd have to quote the $upstream_name properly here, because the original command line could well have been: $ git rebase 'master@{3 days ago}' -- 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