From: Antoine Musso Date: Wed, 11 Apr 2012 12:00:24 +0000 (+0200) Subject: default gitreview to no rebase X-Git-Tag: 1.31.0-rc.0~23934^2 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=a768201219bafd8bcab572ae2fafe2c7e7063a1a;p=lhc%2Fweb%2Fwiklou.git default gitreview to no rebase Automatic rebasing is often unwanted when submitting a new patchset to gerrit. That is a default behavior of git-review which is unwanted. New release of git-review will have a new ini setting which let us disable rebasing by default :-) Change-Id: I634979b8fbc0ac23a5d13893fb5eaa60a5156764 --- diff --git a/.gitreview b/.gitreview index f6438d58e7..0ec44b8359 100644 --- a/.gitreview +++ b/.gitreview @@ -3,3 +3,4 @@ host=gerrit.wikimedia.org port=29418 project=mediawiki/core.git defaultbranch=master +defaultrebase=0