summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --disable-userns switchdisable-usernsAlexander Larsson2021-09-201-2/+42
* Merge pull request #445 from smcv/remove-old-ciColin Walters2021-08-312-73/+0
|\
| * Remove obsolete .travis.ymlSimon McVittie2021-08-311-25/+0
| * Remove obsolete papr CISimon McVittie2021-08-311-48/+0
* | Add SPDX-License-Identifier for files that already specify licenseSimon McVittie2021-08-318-0/+8
* | tests: Use preferred spelling for SPDX license identifiersSimon McVittie2021-08-312-2/+2
|/
* Release v0.5.0v0.5.0Simon McVittie2021-08-201-1/+1
* Merge pull request #438 from smcv/testsColin Walters2021-06-285-115/+141
|\
| * tests: Split out tests involving fifos and sharing namespacesSimon McVittie2021-06-284-36/+58
| * tests: Use $() in preference to backquotesSimon McVittie2021-06-281-1/+1
| * tests: Remove a useless use of catSimon McVittie2021-06-281-1/+1
| * tests: Really clean up test temporary directorySimon McVittie2021-06-281-2/+2
| * libtest: Add directive and 'set -e' for better shellcheck diagnosticsSimon McVittie2021-06-281-0/+4
| * tests: Remove unnecessary nestingSimon McVittie2021-06-281-2/+1
| * tests: Quote more defensivelySimon McVittie2021-06-282-11/+11
| * Extract some common test setup into libtest.shSimon McVittie2021-06-282-72/+73
| * tests: Don't corrupt TAP outputSimon McVittie2021-06-281-6/+6
* | Merge pull request #440 from smcv/zshColin Walters2021-06-281-1/+1
|\ \
| * | build: Fix installation of zsh completions in user-specified directorySimon McVittie2021-06-281-1/+1
| |/
* | Merge pull request #439 from smcv/bashColin Walters2021-06-281-2/+4
|\ \ | |/ |/|
| * completions: Don't start bash completion with #!Simon McVittie2021-06-281-2/+4
|/
* Merge pull request #437 from smcv/zshColin Walters2021-06-242-47/+60
|\
| * zsh: After completing --perms, only accept appropriate optionsSimon McVittie2021-06-241-7/+15
| * zsh: Add completion for --clearenvSimon McVittie2021-06-241-1/+2
| * zsh: Add completion for --permsSimon McVittie2021-06-241-0/+1
| * zsh: Add completion for --chmodSimon McVittie2021-06-241-0/+1
| * zsh: Complete --chdir as --chdir, not as --chdir DIRSimon McVittie2021-06-241-1/+1
| * zsh: Label more argumentsSimon McVittie2021-06-241-4/+4
| * zsh: Complete --lock-file as taking a pathSimon McVittie2021-06-241-1/+1
| * zsh: Complete --remount-ro as taking a pathSimon McVittie2021-06-241-1/+1
| * zsh: Complete --symlink as having two file argumentsSimon McVittie2021-06-241-1/+1
| * zsh: Fix a typo in a help messageSimon McVittie2021-06-241-1/+1
| * zsh: Complete --setenv as an environment variable followed by any stringSimon McVittie2021-06-241-1/+1
| * zsh: Complete --unsetenv like env -uSimon McVittie2021-06-241-1/+1
| * zsh: Complete --uid, --gid as integersSimon McVittie2021-06-241-2/+2
| * zsh: Complete --file-label, --exec-label with SELinux contextsSimon McVittie2021-06-241-2/+2
| * zsh: Complete --dev, --dir etc. as directoriesSimon McVittie2021-06-241-5/+5
| * zsh: Complete --bind, etc. as taking two paths as argumentsSimon McVittie2021-06-241-6/+6
| * zsh: Complete --file and friends as taking two argumentsSimon McVittie2021-06-241-3/+3
| * zsh: Improve completions for simple fd-based argumentsSimon McVittie2021-06-241-7/+7
| * zsh: Don't limit --bind options to completing directoriesSimon McVittie2021-06-241-6/+6
| * zsh: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-42/+44
| * configure.ac: Remove trailing whitespaceSimon McVittie2021-06-241-1/+1
* | Merge pull request #436 from smcv/new-optionsColin Walters2021-06-243-3/+15
|\ \ | |/ |/|
| * bash: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-3/+5
| * bash: Include new options in completionsSimon McVittie2021-06-231-0/+3
| * Document --clearenv in man pageSimon McVittie2021-06-231-0/+6
| * Document --chmod in --helpSimon McVittie2021-06-231-0/+1
|/
* Merge pull request #434 from smcv/bind-mount-diagColin Walters2021-06-234-17/+148
|\
| * bind-mount: Factor out bind_mount_result_to_string()Simon McVittie2021-06-232-22/+48