Re: [PATCH 0/4] Link worktrees with relative paths
From: Eric Sunshine <hidden>
Date: 2024-10-06 05:14:54
From: Eric Sunshine <hidden>
Date: 2024-10-06 05:14:54
On Sun, Oct 6, 2024 at 1:11 AM Caleb White [off-list ref] wrote:
On Sunday, October 6th, 2024 at 00:04, Eric Sunshine [off-list ref] wrote:quoted
Unfortunately, these patches are whitespace-damaged. Can you please resubmit using either `git send-email` or GitGitGadget[1]?I sent them with `git send-email`, let me try again and then if that doesn't work then I'll try GitGitGadget. Just out of curiosity, how could you tell that they are whitespaced-damaged (so I know what to look for)?
Hmm, that's very strange; git-send-email shouldn't be damaging them like that.
I noticed the whitespace-damage just by visual inspection as I quickly
scanned my eyes over the patches. For instance, in patch [1/4], I see:
+ struct strbuf backlink = STRBUF_INIT;
struct strbuf gitd
ir = STRBUF_INIT;
The "gitdir" variable got split.