On Wed, Mar 17, 2010 at 8:41 AM, Uli Kusterer <[email protected]> wrote: > On 17.03.2010, at 04:29, Stephen Bannasch wrote: >> I often put small bits of code in commit messages. > > I'm wondering if you are putting documentation in your commit messages here?
I don't think it's GitX's task to tell people how they should document their project. Using blame as a documentation tool generally works great for me, as you can easily get all relevant commit messages for a specific range of code. Telling people to use the first line in the commit message as a subject is one thing, telling them to separate documentation from commit messages is something else.
