mbox series

[v3,try4,0/4] completion: bash: a bunch of fixes

Message ID 20210816091025.548095-1-felipe.contreras@gmail.com (mailing list archive)
Headers show
Series completion: bash: a bunch of fixes | expand

Message

Felipe Contreras Aug. 16, 2021, 9:10 a.m. UTC
These should be pretty obvious and straightforward.

This is exactly the same as v3, which has been sent 4 times, and already
included the minor adjustment to the commit message of one patch as
suggested by SZEDER Gábor, which was done nine minutes after in June 8,
but for some reason they had trouble getting into 'seen'. So I'm sending
it yet again.

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:
1:  4b73b26338 = 1:  e699c8be36 completion: bash: fix prefix detection in branch.*
2:  cb2fc1a7f2 = 2:  7e800faaf1 completion: bash: fix for suboptions with value
3:  ece06463a2 = 3:  523906fe1a completion: bash: fix for multiple dash commands
4:  f9db132cbd = 4:  1cb7457af9 completion: bash: add correct suffix in variables