diff options
author | Csaba Henk <csaba@redhat.com> | 2012-04-16 17:53:06 +0200 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-04-23 14:54:26 -0700 |
commit | 853452410adc284faba03c001f0b25188deeeea8 (patch) | |
tree | f69ba262582b7b63610c84dbc576ac262a590d0d /rfc.sh | |
parent | 29f2de478cc6a475e6ae760d9cbe7ac847e9d79c (diff) |
gerrit / rfc.sh: further trim of fetch target
We _really_ don't need anything to be fetched from anywhere except for origin.
We can do away with all other tracked repos (which still can be a nuisance
eg. if they are in a VPN that we are not happen to be joined to).
Change-Id: I98b375698f999500153e5a000dc8dac5005dfaec
BUG: 764966
Signed-off-by: Csaba Henk <csaba@redhat.com>
Reviewed-on: http://review.gluster.com/3162
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'rfc.sh')
-rwxr-xr-x | rfc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ is_num() rebase_changes() { - git fetch; + git fetch origin; GIT_EDITOR=$0 git rebase -i origin/$branch; } |