X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=b48fe44b384680fa2400c4963cb50371a3310ef1;hb=b93aa3ec9506618e9a22c04d775b35f31e7e068f;hp=e8421ccc2de4e8aecd0ea8e56b12f1a8bd2c8c7b;hpb=0f56479d7325083953be36b8c8ee90380ff27f92;p=git.git diff --git a/Makefile b/Makefile index e8421ccc..b48fe44b 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,9 @@ PROGRAMS = \ git-upload-pack git-verify-pack git-write-tree \ $(SIMPLE_PROGRAMS) +# Backward compatibility -- to be removed in 0.99.8 +PROGRAMS += git-ssh-pull git-ssh-push + PYMODULES = \ gitMergeCommon.py @@ -250,6 +253,8 @@ git-http-fetch: fetch.o git-local-fetch: fetch.o git-ssh-fetch: rsh.o fetch.o git-ssh-upload: rsh.o +git-ssh-pull: rsh.o fetch.o +git-ssh-push: rsh.o git-http-fetch: LIBS += -lcurl git-rev-list: LIBS += $(OPENSSL_LIBSSL)