]>
Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/diff-filter
   2 # Filter script for git-diff patch output 
   4 # Use `diff-highlight` if available 
   5 # Look for script in several expected locations 
   7     $HOME/bin
/diff-highlight \
 
   8     /usr
/local
/share
/git
-core/contrib
/diff-highlight/diff-highlight \
 
   9     /usr
/share
/git
-core/contrib
/diff-highlight/diff-highlight 
  12         test -z $DIFFHIGHLIGHT_OFF && \
 
  16 # Else, degrade gracefully