Ramkumar Ramachandra wrote:
>> Thomas Ferris Nicolaisen <[email protected]> writes:
>>> At least according to the documentation[1], "Git natively supports [...]
>>> ftp".
>>>
>>> This could need some clarification if pushing over ftp is not supported.
[...]
> -Git natively supports ssh, git, http, https, ftp, ftps, and rsync
> -protocols. The following syntaxes may be used with them:
> +Git natively supports ssh, git, http, https, and rsync protocols. The
> +following syntaxes may be used with them:
Perhaps the initial list should not be exhaustive, in which case we
could say:
Git natively supports ssh, git, http, and https protocols. The
following syntaxes may be used with them:
...
Git also has (less efficient) support for fetching and pushing
over rsync protocol and fetching over ftp or ftps, using the
same "protocol://host/path/to/repo.git/" syntax.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html