From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sipsolutions.net (s3.sipsolutions.net [144.76.43.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E9E2571 for ; Thu, 22 Apr 2021 10:15:18 +0000 (UTC) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1lZW7Y-00F86l-48; Thu, 22 Apr 2021 11:59:40 +0200 Message-ID: <68c628ed354ea1ddea81878f0d713d2ce6426126.camel@sipsolutions.net> Subject: Re: [MAINTAINER SUMMIT] Rethinking the acceptance policy for "trivial" patches From: Johannes Berg To: Mauro Carvalho Chehab , Dan Carpenter Cc: James Bottomley , ksummit@lists.linux.dev Date: Thu, 22 Apr 2021 11:59:38 +0200 In-Reply-To: <20210422113404.09f35a85@coco.lan> References: <20210421194702.GH1981@kadam> <20210422113404.09f35a85@coco.lan> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned On Thu, 2021-04-22 at 11:34 +0200, Mauro Carvalho Chehab wrote: > > Here, I use "wdiff" in order to deal with renames. It has a somewhat > funny dialect, but it helps a lot reviewing renaming patches. This also helps for casual "git show" etc.: [core] pager = /usr/share/git-core/contrib/diff-highlight | less -RFX (path may vary, of course) johannes