mbox series

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

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

Message

David Mandelberg March 14, 2025, 7:40 p.m. UTC
It's been a bit over a week since the last version of this, with some
discussion, but I don't think any requests for changes. So here's an
updated version with the minor performance change I mentioned in
https://lore.kernel.org/git/fa70c8336f836ebb5b9c196fe291d357@mandelberg.org/

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(-)