* git-completion.bash error @ 2013-10-27 20:59 Gabriel 2013-10-27 22:34 ` Eric Sunshine 0 siblings, 1 reply; 3+ messages in thread From: Gabriel @ 2013-10-27 20:59 UTC (permalink / raw) To: git Hi. First of all, thank you and congratulations for the awesome work :) 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 I don't know if this issue is directly related to OS X Mavericks or anything else. Thanks. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-completion.bash error 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> 0 siblings, 1 reply; 3+ messages in thread From: Eric Sunshine @ 2013-10-27 22:34 UTC (permalink / raw) To: Gabriel; +Cc: Git List 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. ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <CAGvuA0gkKWpLXwQm6ipGfWhzpiT-SFCCKxxvvN+FbO8i4_hmPg@mail.gmail.com>]
* Re: git-completion.bash error [not found] ` <CAGvuA0gkKWpLXwQm6ipGfWhzpiT-SFCCKxxvvN+FbO8i4_hmPg@mail.gmail.com> @ 2013-10-28 5:31 ` Eric Sunshine 0 siblings, 0 replies; 3+ messages in thread From: Eric Sunshine @ 2013-10-28 5:31 UTC (permalink / raw) To: Gabriel, Git List [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. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-28 5:31 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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 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).