From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raimund Bauer Subject: RE: [wishlist] graphical diff Date: Mon, 19 Mar 2007 21:29:06 +0100 Message-ID: <1174336146.5639.26.camel@localhost> References: <001001c769fe$af8f4400$0b0aa8c0@abf.local> <1174322644.5639.17.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: 'Robin Rosenberg' , 'git' To: Johannes Schindelin X-From: git-owner@vger.kernel.org Mon Mar 19 21:29:16 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HTOTj-0006to-7t for gcvg-git@gmane.org; Mon, 19 Mar 2007 21:29:15 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753189AbXCSU3M (ORCPT ); Mon, 19 Mar 2007 16:29:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753191AbXCSU3M (ORCPT ); Mon, 19 Mar 2007 16:29:12 -0400 Received: from mail.gmx.net ([213.165.64.20]:40872 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753189AbXCSU3K (ORCPT ); Mon, 19 Mar 2007 16:29:10 -0400 Received: (qmail invoked by alias); 19 Mar 2007 20:29:08 -0000 Received: from p5498AE42.dip0.t-ipconnect.de (EHLO [192.168.178.22]) [84.152.174.66] by mail.gmx.net (mp010) with SMTP; 19 Mar 2007 21:29:08 +0100 X-Authenticated: #20693823 X-Provags-ID: V01U2FsdGVkX1+uCOReg1qu0HGYspdL4bQ4vJVdjoreUyuCkDXoCf ZQLkMKLhmyAxy2 In-Reply-To: X-Mailer: Evolution 2.8.1 X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, 2007-03-19 at 17:49 +0100, Johannes Schindelin wrote: > Hi, > > On Mon, 19 Mar 2007, Raimund Bauer wrote: > > > $ git show v1.4.0:git.c > git.c.v1.4.0 > > $ git show v1.4.4:git.c > git.c.v1.4.4 > > $ tkdiff git.c.v1.4.0 git.c.v1.4.4 > > $ rm git.c.v1.4.0 git.c.v1.4.4 > > This almost looks like a script! Why don't you make it one? Because I had hoped that someone more familiar with git and scripting than me can come up with something, that 1.) also works in the multi-file case 2.) can take all the usual object and revision specifiers that git diff takes. And then there's gitk integration ... But I'll take a look at it ;-) > Ciao, > Dscho -- best regards Ray