X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=F44tknhpFYr5Cpi7LHny+JS8XwBu0ly+NGeGuKNx7kM=; b=WvDItHH0U9i7W7tABM7hu2aml+EN7E3nFCygMw2uMPWwShQaPD/l0uEDWlSe5phOyd 0qvIaNaiI/eq7IS3VKdVIjb8ysDpXPSKtzKXNURYtD4uW7pWE50hnUg6MnD7p5ntCHAG mdS1zHHRe8IxXfQRLrTF4YgCBmd/tdTl3owerQh00KsTEAfOjoRfZ5YVj1feziDHWxia idLaTBKzHW9RgbOYR0LRXQVW03hrFAG4XRqpSdYF42kRIiUi6qmxRJMWYlEvzgZf4csw 0BS2AW5/+tU0P21Bskt2WMffWTISedd+dDUpdVXuyO/4LgfSocRKMySTjjJ1JX8vQJRO 3ZBA== MIME-Version: 1.0 X-Originating-IP: [50.71.163.232] From: Benjamin Bergman Date: Thu, 17 May 2012 22:12:28 -0500 Message-ID: Subject: [geda-user] pcb diff To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=14dae9d7181aea52fa04c046edc6 X-Gm-Message-State: ALoCoQkaTjPBCsrvWdIvU7qqHcJFyJ7A+W4ggh3FEDk2mjvfdDC/2CF5lxJucdWJK6/8VqXJnvus Reply-To: geda-user AT delorie DOT com --14dae9d7181aea52fa04c046edc6 Content-Type: text/plain; charset=ISO-8859-1 The past couple of days I've been working on some pre-commit hooks for git to generate images of changed .sch and .pcb files for inclusion in commits to take advantage of GitHub's visual diff features (hooks found here, designed for git-hooks ). My next course of action was to make a git difftool that could do some image diffing locally. I just discovered schdiff was already on my machine and does pretty much what I want for .sch files. Anyone know if there is some pcb equivalent? Some sort of pcbdiff? --14dae9d7181aea52fa04c046edc6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The past couple of days I've been working on some pre-commit hooks for = git to generate images of changed .sch and .pcb files for inclusion in comm= its to take advantage of GitHub's visual diff features (hooks found here, designed for git-hooks). My next cours= e of action was to make a git difftool that could do some image diffing loc= ally. I just discovered schdiff was already on my machine and does pretty m= uch what I want for .sch files. Anyone know if there is some pcb equivalent= ? Some sort of pcbdiff? --14dae9d7181aea52fa04c046edc6--