Don't do new branch checkouts in GitBranchCheckoutCommand.
commit2d7599f432ad08d296b32bc8a403b09a1003f1c6
authorJames Liggett <jrliggett@cox.net>
Sat, 26 Apr 2008 21:18:24 +0000 (26 14:18 -0700)
committerJames Liggett <jrliggett@cox.net>
Sat, 26 Apr 2008 21:18:24 +0000 (26 14:18 -0700)
treeb9da0e9953cbaf9c826309e781f21adfd9535ca6
parent9f6f29b370cfec4125be9f9e0c8c12b611487166
Don't do new branch checkouts in GitBranchCheckoutCommand.

Handle this case in GitBranchCreateCommand instead, so there's no need to deal with two
different commands in the branch creation dialog.
plugins/git/git-branch-checkout-command.c
plugins/git/git-branch-checkout-command.h
plugins/git/git-switch-dialog.c