Git - update line-endings without affecting the blame -


this question has answer here:

i have file has wrong line-endings. i'm wondering if there anyway fix them in commit in such way blame won't show i've modified every single line in file. i'd keep file's line history useful.

looks git blame -w ... should trick based on this answer.

wonder if github has blame view includes -w


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -