For about two years now I still use Brett Terpstra’s gitlogger to store my daily git activity in Day One. As of late, it ceased to run properly. Turns out some messages to log contain fancy characters like real apostrophes, ’
. To fix this, add the following statement to the launchd configuration script:
Continue reading …
I use Brett Terpstra’s little Ruby script called “gitlogger” to write git commit messages from selected repositories into my Day One journal once a day. My commit messages tend to be a bit longer when I work on projects which really matter. Unfortunately, gitlogger wasn’t intended to handle multi-line commit messages. Every commit message resides in a list item. But if you know Markdown, you’ll know this markup won’t render as expected:
Continue reading …