commit | 203153e7bba61b1b2d782e9e75aef919eab0d54b | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrn@google.com> | Fri Feb 26 18:53:54 2016 -0800 |
committer | Jonathan Nieder <jrn@google.com> | Fri Feb 26 18:53:54 2016 -0800 |
tree | 747ac3c026fbf733376c1227c827af7ccfcdd548 | |
parent | 4cfb6d7167424ff1a9ffe5319148d62b8d41edb5 [diff] |
Add rpc: to default protocol whitelist Change-Id: I57e1c3d93c0ce56da9c487df65eb3d258e0260e8
diff --git a/git_command.py b/git_command.py index 63b7b6f..9f7d293 100644 --- a/git_command.py +++ b/git_command.py
@@ -170,7 +170,7 @@ _setenv(env, 'GIT_CONFIG_PARAMETERS', s) if 'GIT_ALLOW_PROTOCOL' not in env: _setenv(env, 'GIT_ALLOW_PROTOCOL', - 'file:git:http:https:ssh:persistent-http:persistent-https:sso') + 'file:git:http:https:ssh:persistent-http:persistent-https:sso:rpc') if project: if not cwd: