summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2015-02-24 12:45:26 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2015-02-24 12:45:26 -0500
commitb658f6b70a6adc5e26349773e50045ab4c7236c2 (patch)
treee80bffa43d88b30ccbe479092c9be754753f9e2b
parent61ac89a63192cee528fb0647c51d3f8513620ad7 (diff)
downloadgit-bz-b658f6b70a6adc5e26349773e50045ab4c7236c2.tar.gz
Add a configuration for bugzilla.redhat.com
Specify that bugzilla.redhat.com is https - filing still won't work without specifying a default-version but we'll get a clean error message since it will now go through the XML-RPC interface and not be broken by the redirect (see bug 745100) Since the version on bugzilla.redhat.com is product specific, and we can't guess what products people will file bugs against, specifying a default version doesn't make sense. https://bugzilla.gnome.org/show_bug.cgi?id=673828
-rwxr-xr-xgit-bz5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-bz b/git-bz
index 031c62f..821cf2f 100755
--- a/git-bz
+++ b/git-bz
@@ -68,6 +68,11 @@ https = true
default-priority = ---
"""
+CONFIG['bugzilla.redhat.com'] = \
+"""
+https = true
+"""
+
# Default values for options that can be configured via 'git config'
git_config = {
'browser': 'firefox3',