X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=4G8pkTaqtMvXIu8nCkilDTGtiguCuTv7YW2gAgOjUrg=; b=owQMv1KHUOzWNwErKikoeciOLg1Y1vUmqkPE/U4j/NoV4+cDniYHN/wZUlW4R9u72r apdSQjmaBsDhnW61mrwgYhClAJwLUtBnrcZ+lHj2UTf4OVoIAwHF0sBz4AeO//4FXme/ RhkLW7SuGETjQo7Po1+drA2kEQHzumwGNV6jfrc4R6+qsgGriHPbxOBn+cwgVFstscJU VRd1ED3nt1umDTfOUt/Jn4xwvt8p1wp3oiAJkEVbN8vUzNb7bmfM42j0zAf8dfcNJFuN 3SFVjtjta0IELAS4IPNTy3Bh+H0aNTrqNz0zHFj+BvsTvE5aYUBQM4NMEXpipmNE62zV Gtxg== X-Received: by 10.52.178.229 with SMTP id db5mr714035vdc.44.1414737544141; Thu, 30 Oct 2014 23:39:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <545104E3.2060008@ecosensory.com> References: <544EAFDD DOT 1010200 AT ecosensory DOT com> <545104E3 DOT 2060008 AT ecosensory DOT com> From: Abhijit Kshirsagar Date: Fri, 31 Oct 2014 12:08:33 +0530 Message-ID: Subject: Re: [geda-user] schdiff To: gEDA User List Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, Oct 29, 2014 at 8:46 PM, John Griessen wrote: > OK. How do you get the graphical diff? Have you come up with an automated > way? Sortof. schdiff is already there, i just patched it to use gaf export to generate the images. Then I wrote a wrapper gschemdiff that will take the 5 argument format from git and call schdiff appropriately. Then a little gitconfig to tell git to use gschemdiff to diff *.sch files. So when i do git diff i get graphical diff in a popup window, *and* text mode diff in the terminal. Some details are here: https://bugs.launchpad.net/geda/+bug/904633 I think I posted this in an earlier thread on schdiff here, will make a small demo and post in a couple of days.