Publishing to GIT repository - commit messages

This forum is for all Flare issues related to using Source Control.
Post Reply
janeanderson
Propeller Head
Posts: 12
Joined: Mon Oct 14, 2019 10:20 am

Publishing to GIT repository - commit messages

Post 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.
Post Reply