From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Date: Tue, 30 Oct 2018 19:34:23 +0000 Subject: Re: [PATCH] perf/core: clean up inconsisent indentation Message-Id: <20181030193423.GC4454@kernel.org> List-Id: References: <20181029233211.21475-1-colin.king@canonical.com> <20181030144444.GB23310@kernel.org> <20181030192531.2ormldhqj2qizy33@mwanda> In-Reply-To: <20181030192531.2ormldhqj2qizy33@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Colin King , Peter Zijlstra , Ingo Molnar , Alexander Shishkin , Jiri Olsa , Namhyung Kim , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Em Tue, Oct 30, 2018 at 10:25:31PM +0300, Dan Carpenter escreveu: > On Tue, Oct 30, 2018 at 11:44:44AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Oct 29, 2018 at 11:32:11PM +0000, Colin King escreveu: > > > From: Colin Ian King > > > Replace a bunch of spaces with tab, cleans up indentation > > I think we can live with the spaces as the 'git blame' information is > > more valuable, i.e. who was that touched that line last? > You can use "git blame -w" to ignore white space changes. I add it > whenever I run blame. Great! I didn't knew that, will try and get this to be the default for 'git blame' in my machines. Thanks, - Arnaldo