On Fri, Aug 28, 2020 at 4:47 PM Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> wrote: > If you need to re-roll your 'es/worktree-repair' branch, could you > please squash this into the relevant patch (commit 44a466ca7f (init: > make --separate-git-dir work from within linked worktree, 27-08-2020)). > > - git_dir = strbuf_detach(&sb, 0); > + git_dir = strbuf_detach(&sb, NULL); Thanks. I misremembered the purpose of the second argument, thinking that it was a size hint which would be passed along to strbuf_init().