From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756195AbcH1V5s (ORCPT ); Sun, 28 Aug 2016 17:57:48 -0400 Received: from smtprelay0068.hostedemail.com ([216.40.44.68]:50814 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755862AbcH1V5q (ORCPT ); Sun, 28 Aug 2016 17:57:46 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::,RULES_HIT:41:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3874:4321:4362:5007:10004:10400:10848:11658:11914:12048:12740:13069:13161:13229:13311:13357:13439:14659:14721:21080:21433:30012:30054:30064:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: sky50_437e5be086d27 X-Filterd-Recvd-Size: 2388 Message-ID: <1472421462.26978.134.camel@perches.com> Subject: Re: [Ksummit-discuss] checkkpatch (in)sanity ? From: Joe Perches To: Dennis Kaarsemaker , Julia Lawall , Alexey Dobriyan , git Cc: "Levin, Alexander" , Greg KH , Sasha Levin , "ksummit-discuss@lists.linuxfoundation.org" , LKML Date: Sun, 28 Aug 2016 14:57:42 -0700 In-Reply-To: <1472419498.4265.16.camel@kaarsemaker.net> References: <1472330452.26978.23.camel@perches.com> <20160828005636.GB19088@sasha-lappy> <20160828075632.GA1852@p183.telecom.by> <1472413969.26978.108.camel@perches.com> <1472419498.4265.16.camel@kaarsemaker.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2016-08-28 at 23:24 +0200, Dennis Kaarsemaker wrote: > > There are some that want an ncurses only version of git blame > > that could use arrow-key style navigation for historical commit > > line-ranges. > > > > git gui blame kind of works, but it's not ncurses/text based. > > git-cola kind of works too, but it's not text based either. > > > > Are there other existing tools for blame history viewing? > tig has a neat way of doing blame history digging: do a `tig blame > filename`, select a line and hit the comma key to re-blame from the > parent of the commit that was blamed for that line. Thanks, of course I neglected to mention tig. What I think some here want is the ability to view back and forth from old to new rather than just split the window horizontally with the commit content. Basically, apply the patch hunks for a specific range to see color coded changes rather just show the entire patch in a separate view. Sure, seeing the commit log and patch is useful. Seeing the block of code pre and post patch for the specific section can be more useful.