Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-20 | 51857: Include fusermount3 in fusermount completions | Wim de With | 1 | -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-25 | github #93: Replace /etc/mtab with /proc/self/mounts for Linux | Norbert Lange | 1 | -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-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 1 | -1/+1 | |
2016-12-06 | 40107: _mount, _fusermount: fix quoting | Mikael Magnusson | 1 | -1/+1 | |
2006-09-30 | 22799: change _fusermount to use _fuse_values and _canonical_paths. | Clint Adams | 1 | -15/+17 | |
2005-12-07 | 22054: completion for fusermount. | Clint Adams | 1 | -0/+24 | |