git-gui: Include a Push action on the left toolbar
[gitweb.git] / git-gui.sh
index c22a431fdb7421ce3ff71b51d73fdcf08e7b79ee..c38aa067acf12135fbd203b028326dddbad97448 100755 (executable)
@@ -1822,6 +1822,10 @@ pack .vpane.lower.commarea.buttons.commit -side top -fill x
 lappend disable_on_lock \
        {.vpane.lower.commarea.buttons.commit conf -state}
 
+button .vpane.lower.commarea.buttons.push -text {Push} \
+       -command do_push_anywhere
+pack .vpane.lower.commarea.buttons.push -side top -fill x
+
 # -- Commit Message Buffer
 #
 frame .vpane.lower.commarea.buffer