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? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -