]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
git.c: convert --list-* to --list-cmds=*
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 20 May 2018 18:39:57 +0000 (20:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 04:23:13 +0000 (13:23 +0900)
commit0089521cacd99db8018b7a31e205dad0bf0738c7
treeea4ccff30a1bd8081885d78d933729a77bfa0759
parent60f487ac0ef1165932211ede29ea661c79984b16
git.c: convert --list-* to --list-cmds=*

Even if these are hidden options, let's make them a bit more generic
since we're introducing more listing types shortly. The code is
structured to allow combining multiple listing types together because
we will soon add more types the 'builtins'.

'parseopt' remains separate because it has separate (SPC) to match
git-completion.bash needs and will not combine with others.

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