git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SKIP_DASHED_BUILT_INS does not install git-*-pack
@ 2020-10-20  1:27 Michael Forney
  2020-10-20  1:54 ` Junio C Hamano
  2020-10-21 14:27 ` Johannes Schindelin
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Forney @ 2020-10-20  1:27 UTC (permalink / raw)
  To: git

I saw that git 2.29.0 introduced a new make variable
SKIP_DASHED_BUILT_INS. However, after testing it out I noticed that it
skips installation of bin/git-receive-pack bin/git-upload-archive and
bin/git-upload-pack as well.

There is a comment that says these commands are special and expected
to be in the bin/ directory in dashed form, so unless I'm missing
something, I believe this is unintended.

This seems to be the offending hunk:
https://github.com/git/git/commit/94de88c986712e79c20813ba54e797c4ca83137b#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52L2979-R2993

Reverting that hunk restores git-receive-pack, git-upload-archive, and
git-upload-pack (and only those).

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-21 18:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  1:27 SKIP_DASHED_BUILT_INS does not install git-*-pack Michael Forney
2020-10-20  1:54 ` Junio C Hamano
2020-10-20  2:52   ` Taylor Blau
2020-10-21 14:16     ` Johannes Schindelin
2020-10-21 14:10   ` Johannes Schindelin
2020-10-21 14:27 ` Johannes Schindelin
2020-10-21 18:34   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).