git-gui: Add support for adding remotes
commitba6485e05d43abf66e6b651a41b1ddc511b0e5eb
authorPetr Baudis <pasky@suse.cz>
Wed, 24 Sep 2008 20:44:01 +0000 (24 22:44 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 30 Sep 2008 19:59:18 +0000 (30 12:59 -0700)
treef7519a2886c0b2cf48594ca3a6e8b85886ef3a64
parent8329bd07250e0b26b76105d299b6153a68c3c404
git-gui: Add support for adding remotes

When a remote is being added, it can also be automatically either fetched
or initialized and pushed; this patch adds capability for initializing
of local and ssh repositories. This also of course leaves a lot of space
for further customization features, like individually turning the
initialization phase on/off or tuning attributes of the remote
repository; I consider that out of scope of this patch, however.

Signed-off-by: Petr Baudis <petr.baudis@novartis.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh
lib/remote.tcl
lib/remote_add.tcl [new file with mode: 0644]