From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752100AbbEKWgy (ORCPT ); Mon, 11 May 2015 18:36:54 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60754 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750837AbbEKWgv (ORCPT ); Mon, 11 May 2015 18:36:51 -0400 Date: Tue, 12 May 2015 00:36:49 +0200 From: "Luis R. Rodriguez" To: Josh Triplett Cc: Ingo Molnar , Andrew Morton , "Paul E. McKenney" , Michal Hocko , Vladimir Davydov , Johannes Weiner , Geert Uytterhoeven , Andy Lutomirski , Bertrand Jacquin , Iulia Manda , Pranith Kumar , Clark Williams , Mel Gorman , Randy Dunlap , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/1] init/Kconfig: Split expert menu into a separate file, init/Kconfig.expert Message-ID: <20150511223649.GA23057@wotan.suse.de> References: <20150511181327.GA1884@jtriplet-mobl1> <20150511202301.GA11897@jtriplet-mobl1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150511202301.GA11897@jtriplet-mobl1> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2015 at 01:23:02PM -0700, Josh Triplett wrote: > init/Kconfig | 232 +--------------------------------------------------- > init/Kconfig.expert | 231 +++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 232 insertions(+), 231 deletions(-) > create mode 100644 init/Kconfig.expert I'm blinded by this patch, can you use git format-patch -M and also add: [diff] renamelimit=0 To your .gitconfig Luis