mbox series

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

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

Message

Felipe Contreras June 17, 2021, 2:35 p.m. UTC
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