Hey,
When using the git+https location for commit archive, it just uses the generic "commit" message as commit message.
However, it would be nice if the comment you can append when commiting changes is used in the git commit message.
Like, if I make some changes to lets say the DHCP server, and run the following command:
commit "DHCP changes"
Then the git commit that gets pushed to my git repo just has the commit message commit.
Can this be changed, so the comment is included in the git commit message?