Page 1 of 1

Publishing to GIT repository - commit messages

Posted: Mon Jun 08, 2020 2:28 am
by janeanderson
I am publishing to a GIT repository but when I publish, the commit message lists all files in my project not just those I have modified. They are all in this format:
* Committing file:///C:/client_ls/Publish/client LS.htm
file:///C:/client_ls/Publish/client LS.js
file:///C:/client_ls/Publish/client LS.mcwebhelp
file:///C:/client_ls/Publish/client LS_CSH.htm
file:///C:/client_ls/Publish/csh.js
file:///C:/client_ls/Publish/default.htm
file:///C:/client_ls/Publish/search.htm
etc. etc.

Is there any way to control these messages? It seems wrong to have 75k of message with every commit to GIT.

Any advice would be much appreciated.