]> git.ipfire.org Git - thirdparty/git.git/commit
help -a: do not list commands that are excluded from the build
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 18 Apr 2019 13:16:40 +0000 (06:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2019 05:03:24 +0000 (14:03 +0900)
commit724d63569fe64944efd1c5a24455a0f578d33cba
treee5b70f21750a990865366ec8b549a590a80ec57a
parent0b64e21cc220a73f7a49d932d44e8cfc11532d0f
help -a: do not list commands that are excluded from the build

When built with NO_CURL or with NO_UNIX_SOCKETS, some commands are
skipped from the build. It does not make sense to list them in the
output of `git help -a`, so let's just not.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
generate-cmdlist.sh