about summary refs log tree commit diff
path: root/Completion/Unix/Type/_canonical_paths
Commit message (Expand)AuthorAgeFilesLines
* Fix typos reported by codespell in shell codeMikael Magnusson2020-01-091-1/+1
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-3/+4
* 39797: obsolete the helper functions fixed by the previous two changesBarton E. Schaefer2016-11-011-62/+4
* 39795: preserve "cd -" behavior around directory shuffling in _canonical_path...Barton E. Schaefer2016-10-311-1/+3
* 39792: improve handling of relative paths in _canonical_paths_add_pathsBarton E. Schaefer2016-10-311-1/+4
* 39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments o...Daniel Shahaf2016-08-271-1/+27
* unposted: _canonical_paths: Port docstring changes from 39044.Daniel Shahaf2016-08-181-2/+2
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate e...Barton E. Schaefer2016-02-141-1/+1
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-27/+30
* 24759: dont unfunction if no function; sanitize helper functionsPeter Stephenson2008-03-271-61/+68
* 24757: canonicalize paths some morePeter Stephenson2008-03-271-5/+26
* 25735: use zstat to get canonical name for symbolic linksPeter Stephenson2008-03-261-8/+31
* 22467: utility function which completes all paths given to it, and alsoClint Adams2006-05-281-0/+94