github :: LoaderConfig :: no_commits
# Should we avoid loading commits? fun no_commits: Bool do if opt_no_commits.value then return true return ini["loader.no_commits"] == "true" end