mbox series

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

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

Message

Felipe Contreras July 7, 2021, 2:31 a.m. UTC
These should be pretty obvious and straightforward.

This is exactly the same as v4 and v3, which alread included the minor
adjustment to the commit message of one patch, but for some reason they
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 v4:
1:  183328a25d = 1:  8e42ca9e43 completion: bash: fix prefix detection in branch.*
2:  a0f881b508 = 2:  37ab3ba953 completion: bash: fix for suboptions with value
3:  1e33fa9611 = 3:  49d5086250 completion: bash: fix for multiple dash commands
4:  6293c134f9 = 4:  ff13bb3b09 completion: bash: add correct suffix in variables