How can i prevent git plugging to automatically fill in a commit message?

The git plugin automatically fills in this commit message: vault backup: {{date}}

I do not want this message, and have to errase it every time I want to commit something.

How can i prevent git plugging to automatically fill in a commit message?

Git expects a commit message even in terminal conditions.
I’d leave it at that or change the commit+add+push frequency.

Thank you for your comment, yet i know that a commit message is required. It just annoys me to have to errase this existing commit text before I put my own every single time i want to commit.