Pages

syntax highlight, analytics

Showing posts with label diff. Show all posts
Showing posts with label diff. Show all posts

10 April 2012

Character-level diff in git gui

Per-character differences are often more usable than line-level differences.1 WinMerge has pretty decent character-scoped diffing:


...but git gui  defaults to line-level "unified diff":



To get word-level diff, you can specify:
--color-words --word-diff
...but I want something closer to character-level diff.

Previous Posts


Creative Commons License   This work is licensed under a Creative Commons Attribution 3.0 Unported License.