From: Denton Liu <liu.denton@gmail.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: [PATCH 0/2] completion: teach rebase and archive to use __gitcomp_builtin
Date: Thu, 12 Sep 2019 12:43:52 -0700 [thread overview]
Message-ID: <cover.1568317093.git.liu.denton@gmail.com> (raw)
Currently, the completion function for rebase and archive don't take
advantage of __gitcomp_builtin(). Teach them to use it so that future
changes to options will automatically be included by the completion
script with no extra work.
I discovered rebase wasn't using it and fixed that and I started looking
for other low-hanging fruit to fix. I deliberately left stuff like diff
and log alone since that's a whole Pandora's box that I don't really
want to open right now.
Denton Liu (2):
completion: teach rebase to use __gitcomp_builtin
completion: teach archive to use __gitcomp_builtin
contrib/completion/git-completion.bash | 27 ++++++++------------------
1 file changed, 8 insertions(+), 19 deletions(-)
--
2.23.0.37.g745f681289
next reply other threads:[~2019-09-12 19:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-12 19:43 Denton Liu [this message]
2019-09-12 19:43 ` [PATCH 1/2] completion: teach rebase to use __gitcomp_builtin Denton Liu
2019-09-12 19:43 ` [PATCH 2/2] completion: teach archive " Denton Liu
2019-09-12 20:44 ` [PATCH 0/2] completion: teach rebase and " 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=cover.1568317093.git.liu.denton@gmail.com \
--to=liu.denton@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 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.