Commit 05e65868 authored by Vincent Driessen's avatar Vincent Driessen

Removed the --squash option until it's fully implemented.

parent e0d8af3b
......@@ -179,7 +179,6 @@ cmd_start() {
cmd_finish() {
DEFINE_boolean fetch false "fetch from $ORIGIN before performing finish" F
DEFINE_boolean rebase false 'rebase instead of merge' r
DEFINE_boolean squash false 'squash all commits when rebasing (implies --rebase)' s
parse_args "$@"
expand_nameprefix_arg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment