Skip to content

Commit 81120a9

Browse files
johnlinpgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 101b320 commit 81120a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ git-pack-redundant plumbinginterrogators
136136
git-pack-refs ancillarymanipulators
137137
git-parse-remote synchelpers
138138
git-patch-id purehelpers
139-
git-prune ancillarymanipulators
139+
git-prune ancillarymanipulators complete
140140
git-prune-packed plumbingmanipulators
141141
git-pull mainporcelain remote
142142
git-push mainporcelain remote

0 commit comments

Comments
 (0)