Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Add support for removing remotes
[gitweb.git]
/
git-gui.sh
diff --git
a/git-gui.sh
b/git-gui.sh
index ecc3b630edab88f07b7b345dbc725d7e67de1795..ae9832c879461988de424e142268691bae23c7ce 100755
(executable)
--- a/
git-gui.sh
+++ b/
git-gui.sh
@@
-2448,6
+2448,10
@@
if {[is_enabled branch]} {
if {[is_enabled transport]} {
menu .mbar.remote
+ .mbar.remote add command \
+ -label [mc "Add..."] \
+ -command remote_add::dialog \
+ -accelerator $M1T-A
.mbar.remote add command \
-label [mc "Push..."] \
-command do_push_anywhere \