Merge branch 'jn/git-cmd-h-bypass-setup' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Dec 2010 20:25:24 +0000 (12:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Dec 2010 20:25:24 +0000 (12:25 -0800)
commit0fc3158a2a13f91c9b173ff0c282ef5b50da4ace
treec908c5a825f3276ce6fdaa7ee1f95d62155d06f2
parent676c4f5b369e44fcdeb8187eb127848bb8042565
parent9c7c27eeab73b4c90cf36c6aa06ba6b8b9777629
Merge branch 'jn/git-cmd-h-bypass-setup' into next

* jn/git-cmd-h-bypass-setup:
  update-index -h: show usage even with corrupt index
  merge -h: show usage even with corrupt index
  ls-files -h: show usage even with corrupt index
  gc -h: show usage even with broken configuration
  commit/status -h: show usage even with broken configuration
  checkout-index -h: show usage even in an invalid repository
  branch -h: show usage even in an invalid repository

Conflicts:
builtin/merge.c
builtin/branch.c
builtin/checkout-index.c
builtin/commit.c
builtin/gc.c
builtin/ls-files.c
builtin/merge.c
builtin/update-index.c
t/t7508-status.sh