Code

git-gui: Allow git-merge to use branch names in conflict markers
[git.git] / lib / branch_checkout.tcl
index 62230efe430f93f7bbdc051cb3687e39b93283c9..72c45b45541749699460de1122c711888b389403 100644 (file)
@@ -30,6 +30,7 @@ constructor dialog {} {
        pack $w.buttons -side bottom -fill x -pady 10 -padx 10
 
        set w_rev [::choose_rev::new $w.rev {Revision}]
+       $w_rev bind_listbox <Double-Button-1> [cb _checkout]
        pack $w.rev -anchor nw -fill both -expand 1 -pady 5 -padx 5
 
        labelframe $w.options -text {Options}