Hacker News new | ask | show | jobs
by minimaul 901 days ago
I like a style like:

codebase section: short summary

longer description if necessary

eg: cocoaui: fix images being incorrectly aligned on high dpi displays

We were calculating the position of the image in logical pixels, but not converting that to actual display pixels for rendering.

I think it's a really nice style that makes commit messages really easy to scan in a short log, and lets you ignore commits easily that don't touch the area you're interested in