From 02b419d0b783e739a11337fcd776f0ccb409bd37 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Wed, 14 Jul 2021 17:43:42 +0530 Subject: [PATCH] Created schdiff (markdown) --- schdiff.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 schdiff.md diff --git a/schdiff.md b/schdiff.md new file mode 100644 index 0000000..3cad243 --- /dev/null +++ b/schdiff.md @@ -0,0 +1,24 @@ +## About + +A tool to show graphical "Diffs" or differences between schematics + +## Usage + +schdiff .sch .sch + +## Use with Git + +1. Create a .gitattribute file in the project root with the line \*.sch + -crlf -diff. This tells git not to try text-diffing schematics. +2. See [this + patch](http://comments.gmane.org/gmane.comp.cad.geda.user/42179) for + schdiff usage in gEDA 1.9.X. (If link is broken search the mailing + list archive for "schdiff and gEDA/gaf 1.9" +3. See [this patch](http://bugs.launchpad.net/geda/+bug/904633) if + schdiff shows missing symbols when used with git + +## References + +[Binary File Diffs - Git +Book](http://git-scm.com/book/en/Customizing-Git-Git-Attributes#Binary-Files) +Also see [gschemdiff](gschemdiff "wikilink") \ No newline at end of file