On Fri, Oct 2, 2015 at 2:38 PM, Felipe Micaroni Lalli <micaroni@xxxxxxxxxxxxx> wrote: > A minor change (also called "cosmetic") usually is a typo fix, doc > improvement, a little code refactoring that don't change the behavior etc. > > In Wikipedia we can mark an edition as "minor". > > It would be nice to have an argument like "--minor" in git-commit to > mark the commit as minor. Also, filter in git-log (like --hide-minor) to > hide the minor changes. The git-log could be optimized to show minor > commits more discreetly. > > This should just be part of the commit message log, generally projects use something like TRIVIAL in the patch subject or similar. You could also standardize for your project(s) what would be considered a minor change. The issue is that not everyone considers these changes as "minor". You should be able to use a combination of the --grep option in log to search for all commits who don't contain that string in the right format. Regards, Jake -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html