git-gui: Implement system-wide configuration handling.
[gitweb.git] / lib / remote_add.tcl
index 8e3ad166b70d990cb771c7c00a1501338c7c5d2c..fb29422aa7b9bacb78d33026b825d19ab3399e95 100644 (file)
@@ -130,9 +130,9 @@ method _add {} {
        switch -- $opt_action {
        fetch {
                set c [console::new \
-                       [mc "fetch %s" $remote] \
-                       [mc "Fetching the %s" $remote]]
-               console::exec $c [list git fetch --all $name]
+                       [mc "fetch %s" $name] \
+                       [mc "Fetching the %s" $name]]
+               console::exec $c [list git fetch $name]
        }
        push {
                set cmds [list]