author | Petr Baudis <pasky@suse.cz> | |
Wed, 24 Sep 2008 20:44:01 +0000 (22:44 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 30 Sep 2008 19:59:18 +0000 (12:59 -0700) | ||
commit | ba6485e05d43abf66e6b651a41b1ddc511b0e5eb | |
tree | f7519a2886c0b2cf48594ca3a6e8b85886ef3a64 | tree | snapshot |
parent | 8329bd07250e0b26b76105d299b6153a68c3c404 | commit | diff |
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>
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 | diff | blob | history | |
lib/remote.tcl | diff | blob | history | |
lib/remote_add.tcl | [new file with mode: 0644] | blob |