Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add bash-completion to standard packages #6575

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

rfay
Copy link
Member

@rfay rfay commented Sep 30, 2024

The Issue

Some people use git inside the container, and I note that git autocompletion doesn't work there.

Because bash completion is not installed, it's likely that plenty of other autocompletes don't work

How This PR Solves The Issue

Add bash-completion.

Manual Testing Instructions

Check out something inside the container and use git completion, especially of branches. For example, clone https://github.com/ddev/ddev and git checkout 202409 and hit tab to get suggested branches.

Release/Deployment Notes

This seems to add less than 1 MB to the image size, see https://hub.docker.com/r/ddev/ddev-webserver/tags

image

Especially to make git completion work inside web container
@rfay rfay requested a review from a team as a code owner September 30, 2024 23:29
@github-actions github-actions bot added dependencies Pull requests that update a dependency file maintenance labels Sep 30, 2024
@rfay rfay merged commit ac9830a into ddev:master Oct 2, 2024
22 checks passed
@rfay rfay deleted the 20240930_bash_completion branch October 2, 2024 21:16
@ultimike
Copy link
Contributor

ultimike commented Oct 3, 2024

Woot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants