All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
	"SZEDER Gábor" <szeder.dev@gmail.com>,
	"Felipe Contreras" <felipe.contreras@gmail.com>
Subject: [PATCH v4 0/4] completion: bash: a bunch of fixes
Date: Thu, 17 Jun 2021 09:35:23 -0500	[thread overview]
Message-ID: <20210617143527.77329-1-felipe.contreras@gmail.com> (raw)

These should be pretty obvious and straightforward.

This is exactly the same as v3, which alread included the minor
adjustment to the commit message of one patch, but for some reason v3
had trouble getting into 'seen'. So I'm sending it again as a new
thread.

Felipe Contreras (4):
  completion: bash: fix prefix detection in branch.*
  completion: bash: fix for suboptions with value
  completion: bash: fix for multiple dash commands
  completion: bash: add correct suffix in variables

 contrib/completion/git-completion.bash | 14 +++++++-------
 t/t9902-completion.sh                  | 15 +++++++++++++++
 2 files changed, 22 insertions(+), 7 deletions(-)

Range-diff against v3:
1:  4b73b26338 = 1:  183328a25d completion: bash: fix prefix detection in branch.*
2:  cb2fc1a7f2 = 2:  a0f881b508 completion: bash: fix for suboptions with value
3:  ece06463a2 = 3:  1e33fa9611 completion: bash: fix for multiple dash commands
4:  f9db132cbd = 4:  6293c134f9 completion: bash: add correct suffix in variables
-- 
2.32.0


             reply	other threads:[~2021-06-17 14:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 14:35 Felipe Contreras [this message]
2021-06-17 14:35 ` [PATCH v4 1/4] completion: bash: fix prefix detection in branch.* Felipe Contreras
2021-06-17 14:35 ` [PATCH v4 2/4] completion: bash: fix for suboptions with value Felipe Contreras
2021-06-17 14:35 ` [PATCH v4 3/4] completion: bash: fix for multiple dash commands Felipe Contreras
2021-06-17 14:35 ` [PATCH v4 4/4] completion: bash: add correct suffix in variables Felipe Contreras

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=20210617143527.77329-1-felipe.contreras@gmail.com \
    --to=felipe.contreras@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=szeder.dev@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 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.