This commit is contained in:
Ben Harris 2022-07-20 23:04:10 -04:00
parent 409a42d37b
commit 64670f7c32
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ diff output from git can be hard to read. luckily there's a nice tool bundled wi
enter [diff-highlight](https://github.com/git/git/tree/master/contrib/diff-highlight), a little perl script found in git's contrib directory.
from it's own documentation:
from its own documentation:
> [diff-highlight] post-processes the line-oriented diff, finds pairs of lines, and highlights the differening segments.