From: John Lin Date: Mon, 22 Jun 2020 00:13:55 +0000 (+0000) Subject: bash-completion: add git-prune into bash completion X-Git-Tag: v2.28.0-rc0~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81120a90aa32f545ce3b68f49d2877ccff29a6e3;p=thirdparty%2Fgit.git bash-completion: add git-prune into bash completion 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 Signed-off-by: Junio C Hamano --- diff --git a/command-list.txt b/command-list.txt index cbb960c843..89aa60cde7 100644 --- a/command-list.txt +++ b/command-list.txt @@ -136,7 +136,7 @@ git-pack-redundant plumbinginterrogators git-pack-refs ancillarymanipulators git-parse-remote synchelpers git-patch-id purehelpers -git-prune ancillarymanipulators +git-prune ancillarymanipulators complete git-prune-packed plumbingmanipulators git-pull mainporcelain remote git-push mainporcelain remote