git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce.org>
To: Jakub Narebski <jnareb@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 5/8] bash: Classify more commends out of completion.
Date: Sun, 4 Feb 2007 21:37:26 -0500	[thread overview]
Message-ID: <20070205023726.GA12917@spearce.org> (raw)
In-Reply-To: <eq4cn7$9ae$2@sea.gmane.org>

Jakub Narebski <jnareb@gmail.com> wrote:
> Shawn O. Pearce wrote:
> 
> [cut]
> 
> Sidenote: do you have git-config and git-init as commands to use?

Yes.  init and config are not in that table, which means they will
be offered as possible completions.  The table defaults to include
every command, I filter out stuff which people aren't expected to
be running (frequently) from an interactive shell.  Err on the side
of caution...

But not only is config in the table, we support completion on
lots of the arguments, e.g. `git config branch.ma<tab>.re<tab>`
(for branch.master.remote).

-- 
Shawn.

      reply	other threads:[~2007-02-05  2:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-04  7:38 [PATCH 5/8] bash: Classify more commends out of completion Shawn O. Pearce
2007-02-04  8:11 ` Junio C Hamano
2007-02-04  8:16   ` Shawn O. Pearce
2007-02-04 10:33 ` Jakub Narebski
2007-02-05  2:37   ` Shawn O. Pearce [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=20070205023726.GA12917@spearce.org \
    --to=spearce@spearce.org \
    --cc=git@vger.kernel.org \
    --cc=jnareb@gmail.com \
    /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).