From: Stefan Sperling Subject: Re: allow remotes without urls in git config; add tests To: Omar Polo Cc: James Cook , gameoftrees@openbsd.org Date: Fri, 26 Jan 2024 15:18:39 +0100 On Fri, Jan 26, 2024 at 01:56:10PM +0100, Omar Polo wrote: > Well, this is the diff for gotd. ok stsp@ > I don't really know however where to > add the test case for the missing url in gotd regress. Not needed. In this case we should try to reduce the existing code duplication, rather than duplicating regression tests. I recall throwing this together quickly to make progress on gotd, leaving such refactoring for later.