Little Git Tricks: Enable Diff for Special Files
Git diff does its best to figure out if it can show you the differences in a file. However, sometimes this does not work - even when the file you are interested in is a text file. We use the UCS 2 character set for DbUp and Git believes that those are binary files. The resulting output is therefore rather useless:
