Archive for September, 2009

mutt: threading like a pro

I’m sure I could come up with 5 of these every day if I read the whole user-manual religilously and followed dozens of blogs, but I don’t, so here goes:
mutt supports threading (duh!) through
set sort=”threads”
set strict_threads=”yes”
But you want threads which have new mails appear at the top/bottom (whichever way you work):
set sort_browser=”reverse-date”
set sort_aux=”last-date-received”
Voila! Additionally it [...]

GitX 0.7 – Visual changelog

GitX 0.7 was just released today. This is the latest release since 0.6.3 and the first real feature release for some time, although we don’t make that distinction to strictly. After the jump I’ll outline the cool new features and how to make use of them.
GitX mailing-list
We’ve been using our Lighthouse tracker to respond to [...]

Xcode: “git describe” in your app – again

A while back I wrote about having the output of “git describe” as your version-string in your Mac-OS app, only to discover that this doesn’t work that well since the string in the Info.plist is supposed to be an constantly increasing number of the form x.y.z.zzzz, which doesn’t really work with the SHAs git gives [...]