0

Exclude log filter

Andrew Hughes yesterday at 5:54 p.m. updated 4 hours ago 2

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.

Log window Graph

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:

Image 898

With filter:

Image 899

For the record, I also tried regex negative lookahead "(?!Nightly)" and got the same results.