commit | c1237ae288aae7e45a18f3d5097b49451293acfe | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Wed Nov 15 23:52:20 2006 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Nov 17 23:56:16 2006 -0500 |
tree | f032dfd2457695fae28368348e193084a7f964f1 | |
parent | 306500fc09e7d8be042e8b9abbd9011b80b3300d [diff] |
git-gui: Only populate a fetch or push if we have an action. Don't offer to fetch from a remote unless we have at least one Pull: line in its .git/remotes/<name> file or at least one configuration value for remote.<name>.fetch. Ditto for push. Users shouldn't be fetching or pushing branch groups unless they have them configured; anything else is just crazy. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>