Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-30 | bash-completion: use '\n' as IFS when ask for filenames | Karel Zak | 1 | -0/+1 | |
The bash completion for more(1) treats the space-separated pieces of filenames as different files. $ touch foo\ bar $ more foo<TAB> bar foo Reported-by: Ángel González <ingenit@zoho.com> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-04-26 | bash-completion: add mount and umount | Sami Kerola | 1 | -0/+87 | |
Signed-off-by: Sami Kerola <kerolasa@iki.fi> |