Skip to content

Commit

Permalink
git_diff no longer hides whitespace changes (Python etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Aug 1, 2011
1 parent 93f8d15 commit 4121444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_common
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function wintitle {
}

function git_diff {
git diff --no-ext-diff -w "$@" | vim -R -
git diff --no-ext-diff "$@" | vim -R -
}

function dot_files_version {
Expand Down

0 comments on commit 4121444

Please sign in to comment.