diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-05 00:47:39 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-05 00:47:39 -0700 |
commit | 0516de30e8bdd26086e2a3edd3375981fd0c34d6 (patch) | |
tree | b73f85d0cc58ae99f53b28b5f9a6e4ebb56b0015 /Makefile | |
parent | f9e320c319a36a548fd239a272a02ffd52877c75 (diff) | |
download | git-0516de30e8bdd26086e2a3edd3375981fd0c34d6.tar.gz |
Retire git-clone-dumb-http.
... and fold it into git-clone-script.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ SCRIPTS=git git-merge-one-file-script git-prune-script \ gitk git-cherry git-rebase-script git-relink-script git-repack-script \ git-format-patch-script git-sh-setup-script git-push-script \ git-branch-script git-parse-remote-script git-verify-tag-script \ - git-ls-remote-script git-clone-dumb-http git-rename-script \ + git-ls-remote-script git-rename-script \ git-request-pull-script git-bisect-script SCRIPTS += git-count-objects-script |