Closed gregrs-uk closed 8 years ago
That's a regression that probably was introduced with the support for merged reports. I'll take a look at it.
Lilypond files won't be enabled by default. However, you can enable it by default in all your repos using git config.
I think I found the culprit. This bug was most likely introduced with the commit ecc67a31 and is caused by the initialization of an empty Changes object (init is being skipped). Taking a look at it now.
Thanks Adam
No problem. Thank you for the report. :)
I came across the following error trying to run gitinspector for a repository containing Lilypond (.ly and .ily) files but no files that would be scanned by default by gitinspector. Adding the option -f ly,ily fixes the issue but it would be nice if the user could be told that no files were scanned and prompted to check that they have supplied the -f option if necessary. It would also be nice if .ly and .ily files could be enabled by default.
I will try to fix the issue if I get time, but thought I would report it here in any case.
Thanks for sharing a useful piece of software!
Gregrs