Merge branch 'nd/command-list' into nd/complete-config-vars
commit17b3e5150506281fd2d675c150cf1e71f914ad54
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2018 05:51:14 +0000 (29 14:51 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2018 05:51:14 +0000 (29 14:51 +0900)
tree7b3fbbb04c5b03178d3d44f51fdf45dea35eba29
parente144d126d74f5d2702870ca9423743102eec6fcd
parent6532f3740b1c228c0a2a03a4126f4f7e4f2d73e7
Merge branch 'nd/command-list' into nd/complete-config-vars

* nd/command-list:
  completion: allow to customize the completable command list
  completion: add and use --list-cmds=alias
  completion: add and use --list-cmds=nohelpers
  Move declaration for alias.c to alias.h
  completion: reduce completable command list
  completion: let git provide the completable command list
  command-list.txt: documentation and guide line
  help: use command-list.txt for the source of guides
  help: add "-a --verbose" to list all commands with synopsis
  git: support --list-cmds=list-<category>
  completion: implement and use --list-cmds=main,others
  git --list-cmds: collect command list in a string_list
  git.c: convert --list-* to --list-cmds=*
  Remove common-cmds.h
  help: use command-list.h for common command list
  generate-cmds.sh: export all commands to command-list.h
  generate-cmds.sh: factor out synopsis extract code
15 files changed:
.gitignore
Documentation/config.txt
Documentation/git.txt
Documentation/gitattributes.txt
Makefile
builtin/help.c
cache.h
command-list.txt
connect.c
contrib/completion/git-completion.bash
git.c
help.c
pager.c
sequencer.c
shell.c