Code

git-gui: scroll down to default selection for push dialog
[git.git] / lib / transport.tcl
index 321f595d637f617f4d2280abc7be8a3e81d18ba6..3067058857b335c2fdd7ec0bae6f2ea6a737d619 100644 (file)
@@ -123,6 +123,7 @@ proc do_push_anywhere {} {
                $w.source.l insert end $h
                if {$h eq $current_branch} {
                        $w.source.l select set end
+                       $w.source.l yview end
                }
        }
        pack $w.source.l -side left -fill both -expand 1