##// END OF EJS Templates
mdiff: fix diff header generation for files with spaces (issue3357)...
mdiff: fix diff header generation for files with spaces (issue3357) diff ---/+++ should end filenames with a TAB when they contain spaces. Current code failed to do so when only the +++ file had spaces. This only happened with git renames from a name without space to one with space.
Patrick Mezard -
r16362:16b75661 stable
Show More