Skip to content

Commit

Permalink
Removed the --squash option until it's fully implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 22, 2010
1 parent e0d8af3 commit 05e6586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-flow-feature
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 05e6586

Please sign in to comment.