mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
The "bin-wrappers/" directory gets created by our build system and is populated with one script for each of our binaries. There isn't anything inherently wrong with the current layout, but it is somewhat hard to adapt for out-of-tree build systems. Adapt the layout such that our "bin-wrappers/" directory always exists and contains our "wrap-for-bin.sh" script to make things a little bit easier for subsequent steps. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
/git
|
|
/git-cvsserver
|
|
/git-receive-pack
|
|
/git-shell
|
|
/git-upload-archive
|
|
/git-upload-pack
|
|
/scalar
|
|
/test-fake-ssh
|
|
/test-tool
|