summaryrefslogtreecommitdiff
path: root/Completion/Linux/Command/_fusermount
AgeCommit message (Collapse)AuthorFilesLines
2023-09-2051857: Include fusermount3 in fusermount completionsWim de With1-1/+1
fusermount3 is part of libfuse version 3, while fusermount is part of libfuse version 2. Since they share the exact same command line interface, we can reuse the completions.
2022-05-25github #93: Replace /etc/mtab with /proc/self/mounts for LinuxNorbert Lange1-1/+1
/proc/self/mounts has been available since Linux 2.4.19, released in 2002. /etc/mtab is usually a symlink to this file but might not exist
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle1-1/+1
2016-12-0640107: _mount, _fusermount: fix quotingMikael Magnusson1-1/+1
2006-09-3022799: change _fusermount to use _fuse_values and _canonical_paths.Clint Adams1-15/+17
2005-12-0722054: completion for fusermount.Clint Adams1-0/+24