On Jan 1, 7:43 pm, Jeffrey <[email protected]> wrote: > This sounds like precisely the purpose of standard formats for log > messages. The simplest thing would be to prefix the subject with > "[type]:" like this: > > major: add big feature > > .... > > or put it on the first line of the body, if you have something else > you like to do with the subject, whatever. As long as your format is > standard, you can easily search for that particular key. > > Jeffrey
Yes. That is what I currently do. It works okay, but I would prefer something more formal/strict if possible. It's very easy to fail to conform to a log message convention. Thanks -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
