When you did a git-pull
, modifications from the remote branch were merged into your local branch. The automatically generated commit signifies that.
Merging could have resulted in conflicts, which would then need to be resolved manually. In your particular case, this did not happen and git could take care of everything.