From 853452410adc284faba03c001f0b25188deeeea8 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Mon, 16 Apr 2012 17:53:06 +0200 Subject: 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 Reviewed-on: http://review.gluster.com/3162 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Anand Avati --- rfc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfc.sh') diff --git a/rfc.sh b/rfc.sh index e6cce0d2c..b06ac512d 100755 --- a/rfc.sh +++ b/rfc.sh @@ -31,7 +31,7 @@ is_num() rebase_changes() { - git fetch; + git fetch origin; GIT_EDITOR=$0 git rebase -i origin/$branch; } -- cgit