diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-13 01:31:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-13 01:31:55 -0700 |
commit | cd03eebbfdae712bd4a10d6b393980a8137ce305 (patch) | |
tree | 94c147cfde16a8923fa8b819d9f2ca5fc79f9b02 /git.c | |
parent | use write_str_in_full helper to avoid literal string lengths (diff) | |
parent | Makefile: remove remnant of separate http/https/ftp helpers (diff) | |
download | tgif-cd03eebbfdae712bd4a10d6b393980a8137ce305.tar.xz |
Merge branch 'db/vcs-helper'
* db/vcs-helper:
Makefile: remove remnant of separate http/https/ftp helpers
Use a clearer style to issue commands to remote helpers
Make the "traditionally-supported" URLs a special case
Makefile: install hardlinks for git-remote-<scheme> supported by libcurl if possible
Makefile: do not link three copies of git-remote-* programs
Makefile: git-http-fetch does not need expat
http-fetch: Fix Makefile dependancies
Add transport native helper executables to .gitignore
git-http-fetch: not a builtin
Use an external program to implement fetching with curl
Add support for external programs for handling native fetches
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -312,9 +312,6 @@ static void handle_internal_command(int argc, const char **argv) { "get-tar-commit-id", cmd_get_tar_commit_id }, { "grep", cmd_grep, RUN_SETUP | USE_PAGER }, { "help", cmd_help }, -#ifndef NO_CURL - { "http-fetch", cmd_http_fetch, RUN_SETUP }, -#endif { "init", cmd_init_db }, { "init-db", cmd_init_db }, { "log", cmd_log, RUN_SETUP | USE_PAGER }, |