diff options
author | Stef Walter <stefw@gnome.org> | 2012-04-10 11:54:28 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-08-22 13:53:36 +0200 |
commit | ef4f2df124459706f9e826038b47b57d49592829 (patch) | |
tree | c2393c0d0e28442ebcf07e5ca4c717b76878df86 | |
parent | e0b95237b6729f2f457d2d30cdb57412b13d2776 (diff) |
Suitable defaults for bugzilla.redhat.com
https://bugzilla.gnome.org/show_bug.cgi?id=673828
-rwxr-xr-x | git-bz | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -66,6 +66,13 @@ https = true default-priority = --- """ +CONFIG['bugzilla.redhat.com'] = \ +""" +https = true +default-version = rawhide +default-severity = unspecified +""" + # Default values for options that can be configured via 'git config' git_config = { 'browser': 'firefox3', |