When I select an unstaged file in the Working Copy Changes window, the file preview shows one single big hunk with all lines removed and all lines added. Is there some way to change this?
Is there some way to change this?
It's possible line endings have been modified. Try checking the "ignore whitespace" checkbox.
Note that "ignore whitespace" only affects the displayed diff, the whitespace changes will still get committed, which may cause problems depending on the language you're using. For example, be very careful about editing linux shell scripts with Windows line endings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.