On Tue, 31 May 2005, Junio C Hamano wrote: >>>>>> "LT" == Linus Torvalds <torvalds@osdl.org> writes: > > LT> On Mon, 30 May 2005, Chris Wedgwood wrote: >>> >>> I'm still at a loss how to do the equivalent of annotate. I know a >>> couple of front ends can do this but I have no idea what command line >>> magic would be equivalent. > > LT> There isn't any. It's actually pretty nasty to do, following history > LT> backwards and keeping track of lines as they are added. I know how, I'm > LT> just really lazy and hoping somebody else will do it, since I really end > LT> up not caring that much myself. > > LT> I notice that Thomas Gleixner seems to have one, but that one is based on > LT> a database, and doesn't look usable as a standalone command.. > > Here is my quick-and-dirty one done in Perl. This is dog-slow > and not suited for interactive use, but its algorithm should > handle the merges, renames and complete rewrites correctly. Hmm, thinking out loud. would it help to look at the deltify scripts and let them find the major chunks and then look in detail only when that fails? David Lang - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jun 01 12:25:54 2005
This archive was generated by hypermail 2.1.8 : 2005-06-01 12:25:55 EST