All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: git@vger.kernel.org
Cc: "Jonathan Nieder" <jrnieder@gmail.com>,
	"SZEDER Gábor" <szeder@ira.uka.de>,
	"Junio C Hamano" <gitster@pobox.com>,
	"Thomas Rast" <trast@student.ethz.ch>,
	"Jeff King" <peff@peff.net>,
	"Felipe Contreras" <felipe.contreras@gmail.com>
Subject: [PATCH v4 0/5] completion: trivial cleanups and fixes
Date: Sun, 15 Apr 2012 22:44:15 +0300	[thread overview]
Message-ID: <1334519060-2348-1-git-send-email-felipe.contreras@gmail.com> (raw)

Hi,

Just a few simpliciations, improvements, and add some missing options.

This series depends on the bash completion tests patch.

Since v3:

 * Fix potential issues with __gitcomp_1 and simplify even more

Since v2:

 * Add 'git --option <TAB>' fix
 * Improve --exec-path patch

Felipe Contreras (3):
  completion: simplify __gitcomp_1
  completion: simplify by using $prev
  completion: add missing general options

Jonathan Nieder (1):
  completion: avoid trailing space for --exec-path

SZEDER Gábor (1):
  completion: fix completion after 'git --option <TAB>'

 contrib/completion/git-completion.bash |   22 ++++++++++--------
 t/t9902-completion.sh                  |   38 ++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 9 deletions(-)

-- 
1.7.10.1.g1f19b8.dirty

             reply	other threads:[~2012-04-15 19:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-15 19:44 Felipe Contreras [this message]
2012-04-15 19:44 ` [PATCH v4 1/5] completion: simplify __gitcomp_1 Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 2/5] completion: simplify by using $prev Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 3/5] completion: add missing general options Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 4/5] completion: avoid trailing space for --exec-path Felipe Contreras
2012-04-15 19:44 ` [PATCH v4 5/5] completion: fix completion after 'git --option <TAB>' Felipe Contreras
2012-04-15 21:45 ` [PATCH v4 0/5] completion: trivial cleanups and fixes Junio C Hamano

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=1334519060-2348-1-git-send-email-felipe.contreras@gmail.com \
    --to=felipe.contreras@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jrnieder@gmail.com \
    --cc=peff@peff.net \
    --cc=szeder@ira.uka.de \
    --cc=trast@student.ethz.ch \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.