X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Fbranch_create.tcl;h=3817771b944cc363205b86c91f7b4801c1d568f9;hb=0eb5ebc1d862737ea2b313d0d77d120b3d114099;hp=53dfb4ce6bb053349fbed39af8ffaf5a143b6567;hpb=9bbe6db85f368fc4f75cc9f6c4bfaf2269bf0068;p=git.git diff --git a/git-gui/lib/branch_create.tcl b/git-gui/lib/branch_create.tcl index 53dfb4ce6..3817771b9 100644 --- a/git-gui/lib/branch_create.tcl +++ b/git-gui/lib/branch_create.tcl @@ -183,6 +183,9 @@ method _create {} { if {$spec ne {} && $opt_fetch} { $co enable_fetch $spec } + if {$spec ne {}} { + $co remote_source $spec + } if {[$co run]} { destroy $w