Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-17 | 52307: new completion for many SELinux tools | Oliver Kiddle | 1 | -3/+3 | |
2023-11-17 | 52303: updates to completions for macOS 13 | Oliver Kiddle | 1 | -2/+6 | |
2018-08-28 | 43345: don't modify global variable in _umountable | Oliver Kiddle | 1 | -1/+1 | |
2017-08-08 | 41481: _df: Complete mounted device and mount points. | Daniel Shahaf | 1 | -42/+1 | |
This splits umount's "udevordir" completion from _mount to a new file, without changing it. | |||||
2017-03-09 | 40801: re-fix completion of mount points with spaces in the name | Barton E. Schaefer | 1 | -3/+9 | |
Turns out that work of art removed by 33963 was necessary after all | |||||
2017-03-07 | 40780: Don't use =~ for simple prefix match | Mikael Magnusson | 1 | -1/+1 | |
2016-12-06 | 40107: _mount, _fusermount: fix quoting | Mikael Magnusson | 1 | -3/+3 | |
2016-10-07 | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 1 | -1/+1 | |
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/ | |||||
2016-08-27 | 39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments ↵ | Daniel Shahaf | 1 | -2/+2 | |
only, for now) | |||||
2014-12-29 | 33963: remove work of art in _mount | Mikael Magnusson | 1 | -21/+3 | |
2014-08-14 | 32997: new utility function for separated lists | Oliver Kiddle | 1 | -8/+3 | |
2012-11-20 | 30811: new completion for btrfs and complete btrfs and ext4 mount options | Oliver Kiddle | 1 | -52/+101 | |
and new linux mount flags | |||||
2012-05-22 | Jun T.: 30483: improved completion on MacOS | Peter Stephenson | 1 | -2/+7 | |
2011-03-01 | Baptiste: 28819: FreeBSD completion tweaks | Peter Stephenson | 1 | -2/+4 | |
2009-08-28 | 27233: improved _values handling of optional arguments | Peter Stephenson | 1 | -1/+1 | |
mount -o loop= argument is optional | |||||
2009-06-04 | Baptiste Daroussin: 27033: FreeBSD portaudit and mount completion | Peter Stephenson | 1 | -14/+57 | |
2008-01-19 | users/12461: fix quoting of mount points for umount | Peter Stephenson | 1 | -0/+1 | |
2008-01-19 | users/12461: fix quoting of mount points for umount | Peter Stephenson | 1 | -2/+21 | |
2007-11-28 | Mustafa Oezkan: 24126: additional mount completion options | Peter Stephenson | 1 | -0/+2 | |
2006-05-28 | 22469: use _canonical_paths. | Clint Adams | 1 | -1/+2 | |
2006-05-28 | 22468: fixes and updates. | Clint Adams | 1 | -12/+66 | |
2005-12-05 | 22050: fixes for Debian GNU/kfreebsd | Oliver Kiddle | 1 | -4/+4 | |
2005-06-08 | 21315: make completion functions give precendence to descriptions passed as | Oliver Kiddle | 1 | -11/+11 | |
parameters and cleanup descriptons in calling functions | |||||
2005-06-08 | 21302: make sure expl is declared local in completion functions | Doug Kearns | 1 | -1/+1 | |
2005-05-11 | Joerg Sonnenberger: 21252: Dragonfly BSD support | Oliver Kiddle | 1 | -4/+4 | |
2005-04-24 | Tobias Gruetzmacher 21168: locality and visibility of some completion vars | Bart Schaefer | 1 | -1/+5 | |
2004-02-20 | 19455: complete hostnames and nfs mounts | Oliver Kiddle | 1 | -1/+15 | |
2003-12-16 | 19299: try to handle completion of devices better | Oliver Kiddle | 1 | -3/+5 | |
2003-11-14 | 19244: various completion function fixes and updates | Oliver Kiddle | 1 | -185/+231 | |
2002-09-16 | 17542: Thomas Stromberg: most systems don't have /etc/mtab | Oliver Kiddle | 1 | -6/+6 | |
2002-01-16 | 16461: a number of minor completion function updates | Oliver Kiddle | 1 | -3/+2 | |
2001-12-11 | 16320: factor out file system completion to new function | Oliver Kiddle | 1 | -36/+21 | |
2001-10-14 | Fix typos. | Bart Schaefer | 1 | -2/+2 | |
2001-10-10 | 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux. | Clint Adams | 1 | -4/+6 | |
2001-10-08 | Insert missing single quote. | Bart Schaefer | 1 | -1/+1 | |
2001-10-05 | 15941: complete reiserfs mount options. | Clint Adams | 1 | -1/+12 | |
2001-10-05 | 15940: complete -o utf8 for mount -t vfat. | Clint Adams | 1 | -1/+2 | |
2001-10-05 | 15939: complete xfs mount options (for Linux). | Clint Adams | 1 | -1/+21 | |
2001-10-05 | 15938: complete ext3 mount options | Clint Adams | 1 | -1/+7 | |
2001-07-13 | 15390: Cygwin support | Andrey Borzenkov | 1 | -0/+44 | |
2001-06-13 | fix for comparguments (completing after single letter options that get their ↵ | Sven Wischnowsky | 1 | -2/+2 | |
argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) | |||||
2001-06-13 | 14883 | Sven Wischnowsky | 1 | -7/+118 | |
2001-05-29 | spelling corrections | Oliver Kiddle | 1 | -7/+7 | |
2001-04-02 | moved from Completion/User/_mount | Sven Wischnowsky | 1 | -0/+578 | |