From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QtZf9-0004F2-He for openembedded-core@lists.openembedded.org; Wed, 17 Aug 2011 08:31:39 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 16 Aug 2011 23:26:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="39163467" Received: from unknown (HELO swold-MOBL.local) ([10.255.15.2]) by orsmga001.jf.intel.com with ESMTP; 16 Aug 2011 23:26:58 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Tue, 16 Aug 2011 23:26:50 -0700 Message-Id: X-Mailer: git-send-email 1.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [CONSOLIDATED PULL 27/27] create-pull-request: increase likelihood of detecting a rename X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 06:31:39 -0000 From: Anders Darander Decrease the similarity percentage needed to recognize a delete/add-pair followed by an edit, as a rename. This make reviewing patches easier. Signed-off-by: Anders Darander --- scripts/create-pull-request | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 7d021d3..600fa7a 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request @@ -166,7 +166,7 @@ mkdir $ODIR # Generate the patches and cover letter -git format-patch -M --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /dev/null +git format-patch -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /dev/null # Customize the cover letter -- 1.7.6