Hi,
Thanks for supporting this software, it looks quite useful.
I try to Sumatrize the scripts I run. The problem is that we use git
submodules. While checking for uncommitted modifications works well
with submodules, there appear some problems if the enter-point script
belongs to one of the submodules. There is a check in
Record.register() that the main_file is under version control that
fails since it cannot be found within the root git repo. What is the
best way to work it around? I currently removed the check, but I do
not want to and up with my own branch of Sumatra. Is there a more
principled way to turn it off? Or should that check support git
submodules as well?
Regards,
Roman