author | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jun 2008 02:58:11 +0000 (19:58 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jun 2008 04:26:59 +0000 (21:26 -0700) | ||
commit | 98db51e624f45bcfae0a183ce86e0c1f1814269e | |
tree | d45f7bf1a208852748aff8bb898823d279c844bd | tree | snapshot |
parent | f28ac70f48aa36f0d6ea1cbaa967b56802549016 | commit | diff |
Keep some git-* programs in $(bindir)
Otherwise remote executions directly over ssh won't find them as they used
to. --upload-pack and --receive-pack options _could_ be used on the
client side, but things should keep working out-of-box for older clients.
Later versions of clients (fetch-pack and send-pack) probably could start
asking for these programs with dashless form, but that is a different
topic.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Otherwise remote executions directly over ssh won't find them as they used
to. --upload-pack and --receive-pack options _could_ be used on the
client side, but things should keep working out-of-box for older clients.
Later versions of clients (fetch-pack and send-pack) probably could start
asking for these programs with dashless form, but that is a different
topic.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history |