]> git.ipfire.org Git - thirdparty/git.git/commit
completion: allow to customize the completable command list
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 20 May 2018 18:40:09 +0000 (20:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 04:23:14 +0000 (13:23 +0900)
commit6532f3740b1c228c0a2a03a4126f4f7e4f2d73e7
tree71a94d34f45c4de8f34a3c9c9b8b6e0f350e2771
parent3301d36b29467a05107340e4d9688ebf74335021
completion: allow to customize the completable command list

By default we show porcelain, external commands and a couple others
that are also popular. If you are not happy with this list, you can
now customize it a new config variable.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git.txt
contrib/completion/git-completion.bash
git.c
help.c
help.h