obra’s avatarobra’s Twitter Archive—№ 34,814

      1. Finally. 'git diff HEAD~14 HEAD~2 board.kicad_pcb' working reliably. It generates something like this:
    1. …in reply to @obra
      I so desperately hope that this isn't something that other kicad users have just quietly had without pain.
  1. …in reply to @obra
    Due to some annoyances with how git diff tools work, doing diffs of schematics needs to be run as a script: "git-schematic-diff HEAD~20 HEAD~15 board.sch But it WORKS.