All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] completion: bash: support for recursive aliases
@ 2020-11-10  2:03 Felipe Contreras
  2020-11-10  2:03 ` [PATCH v3 1/2] completion: bash: support " Felipe Contreras
  2020-11-10  2:03 ` [PATCH v3 2/2] completion: bash: check for alias loop Felipe Contreras
  0 siblings, 2 replies; 5+ messages in thread
From: Felipe Contreras @ 2020-11-10  2:03 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, SZEDER Gábor, Jeff King, Felipe Contreras

Hello,

As Philippe reported, aliases of aliases are not completed correctly in the
Bash completion. This patch series attempts to fix that problem.

Since v2:

 * Reshuffle the commits to have a simplified history


Felipe Contreras (2):
  completion: bash: support recursive aliases
  completion: bash: check for alias loop

 contrib/completion/git-completion.bash | 53 +++++++++++++++++---------
 t/t9902-completion.sh                  | 19 +++++++++
 2 files changed, 54 insertions(+), 18 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-12 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10  2:03 [PATCH v3 0/2] completion: bash: support for recursive aliases Felipe Contreras
2020-11-10  2:03 ` [PATCH v3 1/2] completion: bash: support " Felipe Contreras
2020-11-10  2:03 ` [PATCH v3 2/2] completion: bash: check for alias loop Felipe Contreras
2020-11-12 10:02   ` SZEDER Gábor
2020-11-12 17:20     ` Junio C Hamano

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.