git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Sunshine <sunshine@sunshineco.com>
To: Gabriel <gabriel.so@gmail.com>, Git List <git@vger.kernel.org>
Subject: Re: git-completion.bash error
Date: Mon, 28 Oct 2013 01:31:41 -0400	[thread overview]
Message-ID: <CAPig+cRfrr8FjGtk7uFzfP6xBGzFabSPb4oi=EcNV1-OfQZ5eA@mail.gmail.com> (raw)
In-Reply-To: <CAGvuA0gkKWpLXwQm6ipGfWhzpiT-SFCCKxxvvN+FbO8i4_hmPg@mail.gmail.com>

[re-adding git mailing list]

Please do use Reply All and respond inline (as below) rather than top-posting.

On Sun, Oct 27, 2013 at 8:47 PM, Gabriel <gabriel.so@gmail.com> wrote:
> I have a possible broken "shell pipe".
>
> grep/egrep works fine when I pass a pattern and a file or folder, but
> it breaks after pipe.
>
> The content of the line that breaks on my machine is:
> git help -a|egrep '^  [a-zA-Z0-9]'

Are you using a broken egrep? On Mavericks, mine shows:

% type egrep
egrep is /usr/bin/egrep
% egrep --version
egrep (BSD grep) 2.5.1-FreeBSD


> This commands breaks outputting the regexp not being a valid file or directory.
>
> I'll keep investigating but I've never seen a broken shell pipe function =(
>
> Thanks
>
> On Sun, Oct 27, 2013 at 8:34 PM, Eric Sunshine <sunshine@sunshineco.com> wrote:
>> On Sun, Oct 27, 2013 at 4:59 PM, Gabriel <gabriel.so@gmail.com> wrote:
>>> I've just made a clean install of OS X Mavericks and installed Git via
>>> Homebrew, which obviously includes the contrib files.
>>>
>>> I sourced the git-completion.bash into my profile and I get stuck on a
>>> error every time I try to use the autocomplete. The error outputted
>>> is:
>>>
>>> egrep: ^ [a-zA-Z0-9]: No such file or directory
>>>
>>> I believe this is related to this line (this commands outputs the same
>>> error when entered directly):
>>> https://github.com/git/git/blob/master/contrib/completion/git-completion.bash#L614
>>
>> Unable to reproduce on Mavericks either via the completion script or
>> manual entry.
>>
>>> I don't know if this issue is directly related to OS X Mavericks or
>>> anything else.

      parent reply	other threads:[~2013-10-28  5:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-27 20:59 git-completion.bash error Gabriel
2013-10-27 22:34 ` Eric Sunshine
     [not found]   ` <CAGvuA0gkKWpLXwQm6ipGfWhzpiT-SFCCKxxvvN+FbO8i4_hmPg@mail.gmail.com>
2013-10-28  5:31     ` Eric Sunshine [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='CAPig+cRfrr8FjGtk7uFzfP6xBGzFabSPb4oi=EcNV1-OfQZ5eA@mail.gmail.com' \
    --to=sunshine@sunshineco.com \
    --cc=gabriel.so@gmail.com \
    --cc=git@vger.kernel.org \
    /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).