When "Changes" file diff happens to end with empty lines, they are removed by commit command and consequently produce technically inaccurate data. It also removes trailing spaces at the end of line.
This fix should work fine but "git show/log" command still removes whitespaces before producing output. It has to be addressed someway but now I can only think of using "git cat-file" to check.
When "Changes" file diff happens to end with empty lines, they are removed by commit command and consequently produce technically inaccurate data. It also removes trailing spaces at the end of line.
This fix should work fine but "git show/log" command still removes whitespaces before producing output. It has to be addressed someway but now I can only think of using "git cat-file" to check.