Assuming following "workflow"
create branch master
add + commit some files
create and checkout branch dev
edit and commit several times with silly commit messages
checkout master
merge dev branch into master branch
in the last step is it possible to not introduce all the (silly) commit messages from the commits on the dev branch and just have one single commit message like e.g. "merged dev branch today"?
matthias