diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2020-10-21 15:13:31 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-21 12:56:40 -0700 |
commit | 907e6379d0af4c5412b73dd2f3799ecc634cf059 (patch) | |
tree | 9aba1d081b6530ce4e5f27d1efc3d4b8f6321648 /t/t4106-apply-stdin.sh | |
parent | help: do not expect built-in commands to be hardlinked (diff) | |
download | tgif-907e6379d0af4c5412b73dd2f3799ecc634cf059.tar.xz |
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>
Diffstat (limited to 't/t4106-apply-stdin.sh')
0 files changed, 0 insertions, 0 deletions