[PATCH 2/2] Documentation/remote-helpers: Clarify "curl" family of remote helpers
From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:48:31
From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:48:31
Rewrite paragraph about "curl" family of remote helpers to clarify different invocations of the same program. --- Documentation/git-remote-helpers.txt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Documentation/git-remote-helpers.txtb/Documentation/git-remote-helpers.txt index 58533e5..f1fc736 100644
--- a/Documentation/git-remote-helpers.txt
+++ b/Documentation/git-remote-helpers.txt@@ -33,10 +33,9 @@ reachable via those refs to local, and update thelocal object store. Using the 'push' capability, they can transfer objects from local to remote, and update the corresponding refs as necessary. -Git comes with a "curl" family of remote helpers, specifically -'git-remote-http', 'git-remote-https', 'git-remote-ftp' and -'git-remote-ftps'. They implement the capabilities 'fetch', 'option', -and 'push'. +Git comes with a "curl" remote helper, which can be invoked as +'git-remote-http', 'git-remote-https', 'git-remote-ftp' or +'git-remote-ftps'. See INVOCATION below. INVOCATION ---------- -- 1.7.0.3