From: Junio C Hamano Date: Tue, 10 Apr 2018 07:28:22 +0000 (+0900) Subject: Merge branch 'nd/parseopt-completion-more' X-Git-Tag: v2.18.0-rc0~154 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ef06d74b4574b0da0928b4919c01da63fadcdca2?hp=ef06d74b4574b0da0928b4919c01da63fadcdca2 Merge branch 'nd/parseopt-completion-more' The mechanism to use parse-options API to automate the command line completion continues to get extended and polished. * nd/parseopt-completion-more: completion: use __gitcomp_builtin in _git_cherry completion: use __gitcomp_builtin in _git_ls_tree completion: delete option-only completion commands completion: add --option completion for most builtin commands completion: factor out _git_xxx calling code completion: mention the oldest version we need to support git.c: add hidden option --list-parseopt-builtins git.c: move cmd_struct declaration up ---