summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespacemastera13460542021-10-143-3/+0
* Fix spellinga13460542021-10-143-3/+3
* bash: Fix shellcheck warningsa13460542021-10-146-23/+23
* bash: Invoke bash using /usr/bin/enva13460542021-10-145-5/+5
* bubblewrap: Avoid a -Wjump-misses-init false-positiveSimon McVittie2021-10-111-1/+1
* bind-mount: Be more const-correctSimon McVittie2021-10-111-1/+1
* die_with_error: Save errno soonerSimon McVittie2021-10-111-2/+2
* Merge pull request #457 from smcv/warn-on-nonrepeatableAlexander Larsson2021-10-113-5/+74
|\
| * main: Warn when non-repeatable options are repeatedSimon McVittie2021-10-101-0/+53
| * utils: Add warn()Simon McVittie2021-10-102-5/+21
|/
* 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