On Mon, Feb 5, 2018 at 8:20 PM, Eric Sunshine <sunsh...@sunshineco.com> wrote:

> Or just combine these two error cases:
>
>     if (submodule_to_gitdir(...) || repo_init(...)) {
>         strbuf_release(...);
>         return -1;
>     }

will fix, thanks!

Reply via email to