Exclude log filter
Our automation server commits a nightly build with a commit message "Nightly Build...". It would be nice to exclude these commits from the graph view using a filter either in the UI or git config file.
Answer
Hi Andrew,
Are you aware of our Filtering in the Log Window?
https://docs.syntevo.com/SmartGit/Latest/Log.html
You could try "!Nighly"
Cheers
Daniel
I had assumed that wasn't possible, but after a closer look, applying the filter "!Nightly" actually seems to be broken or at least not working as I would expect.
Without filter:
With filter:
For the record, I also tried regex negative lookahead "(?!Nightly)" and got the same results.
Hi,
I just did a test based on: https://github.com/danielsiegl/CommitFilterTest
And I can reproduce that this is working with 23.1.x and with 24.1.x - but you need to select "Message" only.
Customer support service by UserEcho
Hi,
I just did a test based on: https://github.com/danielsiegl/CommitFilterTest
And I can reproduce that this is working with 23.1.x and with 24.1.x - but you need to select "Message" only.