Skip to content

Instantly share code, notes, and snippets.

@halilim
Last active December 10, 2015 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halilim/4374159 to your computer and use it in GitHub Desktop.
Save halilim/4374159 to your computer and use it in GitHub Desktop.
Since `git diff --ignore-space-at-eol --name-only` doesn't work (http://git.661346.n2.nabble.com/git-diff-ignore-space-at-eol-issue-td7573503.html) this is the command that gets closest to getting only the file names...
git diff --ignore-space-at-eol --stat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment