On Tue, Feb 02, 2016 at 03:40:34PM -0700, Jeffrey Merkey wrote: > > > > Please remember to add version history, so I can tell what changed. > > > > What command do I give to git when it creates the patch from git > format-patch that outputs what you are looking for or do I have to add > that manually. The diff of files changed?
Sorry I forgot to respond to this part. This is usually just a manual text that folks add to explain what changed between different versions of the patch. It is difficult to re-review a patch from scratch all the time. It is nice to have a little blurb stating what changed to help focus my review. Now this patch is small enough, it doesn't matter, but it is a nice habit to get into. Cheers, Don