SKIP_DASHED_BUILT_INS: do not skip the bin/ programs
commit907e6379d0af4c5412b73dd2f3799ecc634cf059
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 21 Oct 2020 15:13:31 +0000 (21 15:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2020 19:56:40 +0000 (21 12:56 -0700)
tree9aba1d081b6530ce4e5f27d1efc3d4b8f6321648
parent722fc374914d4f9b37d42a8eda603eecb790f64c
SKIP_DASHED_BUILT_INS: do not skip the bin/ programs

The idea of the `SKIP_DASHED_BUILT_INS` option is to stop hard-linking
the built-in commands as separate executables. The patches to do that
specifically excluded the three commands `receive-pack`,
`upload-archive` and `upload-pack`, though: these commands are expected
to be present in the `PATH` in their dashed form on the server side of
any fetch/push.

However, due to an oversight by myself, even if those commands were
still hard-linked, they were not installed into `bin/`.

Noticed-by: Michael Forney <mforney@mforney.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile