-
Notifications
You must be signed in to change notification settings - Fork 133
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
bash-completion: add git-prune into bash completion #667
bash-completion: add git-prune into bash completion #667
Conversation
Sometimes git would suggest the user to run `git prune` when there are too many unreachable loose objects. It's more user-friendly if we add git-prune into bash completion. Signed-off-by: John Lin <johnlinp@gmail.com>
/submit |
Submitted as pull.667.git.1592784835441.gitgitgadget@gmail.com |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into pu via git@81c2a7a. |
This patch series was integrated into seen via git@d6ee617. |
This patch series was integrated into seen via git@5af2bf7. |
This patch series was integrated into seen via git@36bd151. |
This patch series was integrated into next via git@64f30b8. |
This patch series was integrated into seen via git@a03ec38. |
This patch series was integrated into seen via git@7d338cb. |
This patch series was integrated into seen via git@65ffaca. |
This patch series was integrated into next via git@65ffaca. |
This patch series was integrated into master via git@65ffaca. |
Closed via 65ffaca. |
On the Git mailing list, 林自均 wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
Sometimes git would suggest the user to run
git prune
when there aretoo many unreachable loose objects. It's more user-friendly if we add
git-prune into bash completion.
Signed-off-by: John Lin johnlinp@gmail.com
Fixes #642.