Configure Git on Windows to use KDiff3

Something I don’t do often and always forget is how to setup msysgit to use KDiff3 as its merge tool. To get it done edit your .gitconfig and add the following: [merge] tool = kdiff3 [mergetool “kdiff3”] path = C:/Program Files/KDiff3/kdiff3.exe keepBackup = false trustExitCode = false

Item #1 of bucket list done!

My my, I managed to finish something that was on my bucket list. I finished reading The Game Producer’s Handbook. So far the most expensive book I had bought (in this genre). The biggest part of the book didn’t really interest me, but nearing the end of the book it got better. The thing is, …

Item #1 of bucket list done! Read More »

htbaapub.mod licensed under MIT as of 1.07

I’ve just licensed all modules that are part of htbaapub.mod 1.07 under the MIT license. All updates have been pushed to GitHub. Sqlbuilder.mod, which isn’t included in the htbaapub.mod repository because it isn’t finished, has also been released under the MIT License. If you don’t use Git you can a full source download from here: …

htbaapub.mod licensed under MIT as of 1.07 Read More »

Scroll to Top