| author | Junio C Hamano <gitster@pobox.com> | |
| Sun, 13 Sep 2009 08:31:55 +0000 (01:31 -0700) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Sun, 13 Sep 2009 08:31:55 +0000 (01:31 -0700) | ||
| commit | cd03eebbfdae712bd4a10d6b393980a8137ce305 | |
| tree | 94c147cfde16a8923fa8b819d9f2ca5fc79f9b02 | tree | snapshot |
| parent | 2b7ca830c6a6e4f0e1722e24973a026b5b867227 | commit | diff |
| parent | 85cdaa468d9449bbc5889ba94359c77ccafb65cd | commit | diff |
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
* 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
| .gitignore | diff1 | | diff2 | | blob | history |
| Makefile | diff1 | | diff2 | | blob | history |
| git.c | diff1 | | diff2 | | blob | history |
| transport.c | diff1 | | diff2 | | blob | history |
| transport.h | diff1 | | diff2 | | blob | history |