Should we avoid loading commits?

Property definitions

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
lib/github/loader.nit:158,2--162,4