summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_mount
AgeCommit message (Collapse)AuthorFilesLines
2023-11-1752307: new completion for many SELinux toolsOliver Kiddle1-3/+3
2023-11-1752303: updates to completions for macOS 13Oliver Kiddle1-2/+6
2018-08-2843345: don't modify global variable in _umountableOliver Kiddle1-1/+1
2017-08-0841481: _df: Complete mounted device and mount points.Daniel Shahaf1-42/+1
This splits umount's "udevordir" completion from _mount to a new file, without changing it.
2017-03-0940801: re-fix completion of mount points with spaces in the nameBarton E. Schaefer1-3/+9
Turns out that work of art removed by 33963 was necessary after all
2017-03-0740780: Don't use =~ for simple prefix matchMikael Magnusson1-1/+1
2016-12-0640107: _mount, _fusermount: fix quotingMikael Magnusson1-3/+3
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf1-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-2739070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments ↵Daniel Shahaf1-2/+2
only, for now)
2014-12-2933963: remove work of art in _mountMikael Magnusson1-21/+3
2014-08-1432997: new utility function for separated listsOliver Kiddle1-8/+3
2012-11-2030811: new completion for btrfs and complete btrfs and ext4 mount optionsOliver Kiddle1-52/+101
and new linux mount flags
2012-05-22Jun T.: 30483: improved completion on MacOSPeter Stephenson1-2/+7
2011-03-01Baptiste: 28819: FreeBSD completion tweaksPeter Stephenson1-2/+4
2009-08-2827233: improved _values handling of optional argumentsPeter Stephenson1-1/+1
mount -o loop= argument is optional
2009-06-04Baptiste Daroussin: 27033: FreeBSD portaudit and mount completionPeter Stephenson1-14/+57
2008-01-19users/12461: fix quoting of mount points for umountPeter Stephenson1-0/+1
2008-01-19users/12461: fix quoting of mount points for umountPeter Stephenson1-2/+21
2007-11-28Mustafa Oezkan: 24126: additional mount completion optionsPeter Stephenson1-0/+2
2006-05-2822469: use _canonical_paths.Clint Adams1-1/+2
2006-05-2822468: fixes and updates.Clint Adams1-12/+66
2005-12-0522050: fixes for Debian GNU/kfreebsdOliver Kiddle1-4/+4
2005-06-0821315: make completion functions give precendence to descriptions passed asOliver Kiddle1-11/+11
parameters and cleanup descriptons in calling functions
2005-06-0821302: make sure expl is declared local in completion functionsDoug Kearns1-1/+1
2005-05-11Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle1-4/+4
2005-04-24Tobias Gruetzmacher 21168: locality and visibility of some completion varsBart Schaefer1-1/+5
2004-02-2019455: complete hostnames and nfs mountsOliver Kiddle1-1/+15
2003-12-1619299: try to handle completion of devices betterOliver Kiddle1-3/+5
2003-11-1419244: various completion function fixes and updatesOliver Kiddle1-185/+231
2002-09-1617542: Thomas Stromberg: most systems don't have /etc/mtabOliver Kiddle1-6/+6
2002-01-1616461: a number of minor completion function updatesOliver Kiddle1-3/+2
2001-12-1116320: factor out file system completion to new functionOliver Kiddle1-36/+21
2001-10-14Fix typos.Bart Schaefer1-2/+2
2001-10-1016005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux.Clint Adams1-4/+6
2001-10-08Insert missing single quote.Bart Schaefer1-1/+1
2001-10-0515941: complete reiserfs mount options.Clint Adams1-1/+12
2001-10-0515940: complete -o utf8 for mount -t vfat.Clint Adams1-1/+2
2001-10-0515939: complete xfs mount options (for Linux).Clint Adams1-1/+21
2001-10-0515938: complete ext3 mount optionsClint Adams1-1/+7
2001-07-1315390: Cygwin supportAndrey Borzenkov1-0/+44
2001-06-13fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky1-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-1314883Sven Wischnowsky1-7/+118
2001-05-29spelling correctionsOliver Kiddle1-7/+7
2001-04-02moved from Completion/User/_mountSven Wischnowsky1-0/+578