about summary refs log tree commit diff
path: root/Completion/Unix/Command/_mkdir
Commit message (Expand)AuthorAgeFilesLines
* 44781: add completion of SELinux contextsOliver Kiddle2019-09-271-1/+2
* 44251: Completion: Fix various wording issuesdana2019-04-261-1/+1
* 44250: Completion: Fix use of -A and -S options to _argumentsdana2019-04-261-3/+5
* 44149: _mkdir, _stat: Use _pick_variant -bMatthew Martin2019-03-211-15/+1
* 43723: _mkdir: fix builtin mkdir and support darwinJun-ichi Takimoto2018-10-241-3/+1
* 42214: use less general names on new functions for completing file flags and ...dana2018-01-041-1/+1
* 42210: factor out completion of file modes and flags and handle _comp_priv_pr...dana2018-01-041-1/+1
* 41621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers.Daniel Shahaf2017-09-041-13/+12
* 41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in the...Daniel Shahaf2017-09-041-9/+5
* 35011: update completions for some common Unix commands,Oliver Kiddle2015-05-031-34/+32
* 34961: avoid _message because it aborts completer list too earlyBarton E. Schaefer2015-04-251-1/+1
* Mikael: 28585: don't set ret=0 on failure in _mkdirPeter Stephenson2011-01-071-3/+2
* 22947: minor mkdir completion fixes.Clint Adams2006-11-021-6/+6
* 22940: completion for mkdirClint Adams2006-11-011-0/+70