1

I want to build nice insights graph depicting how the lines count in a file changed over time.

Stranger95
  • 123
  • 1
  • 9

1 Answers1

1

This can be accomplished using the following query:

file:^path/to/file.ext$ \n \n patterntype:regexp

enter image description here

Shoutout to the Code Insights team for their help on this.

jdorfman
  • 781
  • 2
  • 10
  • 21