Merge branch 'jk/consistent-h'
commit50ad8561dee9d479e41586689486cbbb4a742f7b
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 19:38:45 +0000 (19 12:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 19:38:45 +0000 (19 12:38 -0700)
tree41687648bc7b1674a109fdeb490b9b749f458fde
parent06959fe0e1f50608ff872be386a7c53d97f885f4
parentd691551192ac845747694258ccae9ffeeb6bdd58
Merge branch 'jk/consistent-h'

"git $cmd -h" for builtin commands calls the implementation of the
command (i.e. cmd_$cmd() function) without doing any repository
set-up, and the commands that expect RUN_SETUP is done by the Git
potty needs to be prepared to show the help text without barfing.

* jk/consistent-h:
  t0012: test "-h" with builtins
  git: add hidden --list-builtins option
  version: convert to parse-options
  diff- and log- family: handle "git cmd -h" early
  submodule--helper: show usage for "-h"
  remote-{ext,fd}: print usage message on invalid arguments
  upload-archive: handle "-h" option early
  credential: handle invalid arguments earlier
builtin/diff-files.c
builtin/diff-index.c
builtin/diff-tree.c
builtin/rev-list.c
builtin/submodule--helper.c
help.c