0
0
Fork 0
mirror of https://github.com/TheLocehiliosan/yadm.git synced 2025-05-17 22:02:08 +00:00
TheLocehiliosan_yadm/completion/bash
Erik Flodin 2ac90b004c
Fix handling of filenames with space in bash completion (#341)
By calling __gitcompappend with the same suffix as the completion for git
does (i.e. " ") we can remove the call to sort -u as it is no longer
needed (bash seems to remove duplicates) and then spaces are handled correctly.

Also make the completion available in testhost.
2025-03-03 21:36:36 +01:00
..
yadm Fix handling of filenames with space in bash completion (#341) 2025-03-03 21:36:36 +01:00