On Sat, 12 Sep 2020 at 05:49, Taylor Blau <me@xxxxxxxxxxxx> wrote: > > On Thu, Sep 10, 2020 at 09:03:34PM +0200, Martin Ågren wrote: > > This merges pretty well with `seen` (`jc/quote-path-cleanup`) (and the > > tests still pass). These patches are obviously low priority, nothing > > revolutionary here. > > What revision is this series based on, again? [ ... ] This is on top of current maint: 47ae905ffb ("Git 2.28", 2020-07-26) > I didn't look deeply to figure out what exactly was going on here, but > it would be good to know so that I can play with these patches a bit > myself. Ok, beware that there's at least one bug, so you're better off dropping "worktree: drop useless call to strbuf_reset". I'll probably replace it with something to remove that function and basically inline it into its only caller. Martin