Satish Balay <balay@mcs.anl.gov> writes:
> I interpreted this merge as 'commits were made directly to master' -
> not a separate feature branch.
It either means developing on 'master' (which has always been
discouraged) or doing a fast-forward merge of a topic branch (also
discouraged, but easier to do accidentally).