mbox series

[v4,0/2] completion: fix bugs with slashes in remote names

Message ID 17274df2746d304db876ebd82ad8d932@mandelberg.org (mailing list archive)
Headers show
Series completion: fix bugs with slashes in remote names | expand

Message

David Mandelberg March 23, 2025, 9:04 p.m. UTC
Another minor change, as suggested by
https://lore.kernel.org/git/xmqqo6y3dzno.fsf@gitster.g/

I'm not sure what the expectations are around updating patches that are
scheduled to be merged to next but haven't been merged yet. If it's too
late, I'm happy with the previous v3, or I could send a separate patch.

David Mandelberg (2):
  completion: add helper to count path components
  completion: fix bugs with slashes in remote names

 contrib/completion/git-completion.bash |  49 +++++-
 t/t9902-completion.sh                  | 206 ++++++++++++++++++++++---
 2 files changed, 226 insertions(+), 29 deletions(-)