git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jens Krüger" <Jens.Krueger@frm2.tum.de>
To: Eric Sunshine <sunshine@sunshineco.us>
Cc: Git List <git@vger.kernel.org>
Subject: Re: Test t2028 failes
Date: Tue, 3 Apr 2018 10:51:04 +0200	[thread overview]
Message-ID: <26a00c2b-c588-68d5-7085-22310c20e6df@frm2.tum.de> (raw)
In-Reply-To: <CAPig+cQ8BsaxaWzSHvytx3aHbFbWjs1V=35PKtQCpwKOWBsstg@mail.gmail.com>

Am 03.04.2018 um 10:47 schrieb Eric Sunshine:
> On Tue, Apr 3, 2018 at 4:42 AM, Jens Krüger <Jens.Krueger@frm2.tum.de> wrote:
>> Maybe, the attached patch may help. On my machine(s) it helped.
>>    git worktree list --porcelain >out &&
>>    grep "^worktree.*/destination" out &&
>> - ! grep "^worktree.*/source" out &&
>> + ! grep "^worktree.*/source$" out &&
> 
> Our emails crossed. I suggested the same in my response (although I'd
> add the '$' anchor to both grep's, not just the one).
> 
I think so, that both of grep commands needs the '$' anchor.

Thanks, for your help.

      reply	other threads:[~2018-04-03  8:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-03  6:33 Test t2028 failes Jens Krüger
2018-04-03  6:58 ` Eric Sunshine
2018-04-03  8:01   ` Jens Krüger
2018-04-03  8:16     ` Eric Sunshine
2018-04-03  8:38       ` Jens Krüger
2018-04-03  8:45         ` Eric Sunshine
2018-04-03  8:42       ` Jens Krüger
2018-04-03  8:47         ` Eric Sunshine
2018-04-03  8:51           ` Jens Krüger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=26a00c2b-c588-68d5-7085-22310c20e6df@frm2.tum.de \
    --to=jens.krueger@frm2.tum.de \
    --cc=git@vger.kernel.org \
    --cc=sunshine@sunshineco.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).