summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTay Ray Chuan <rctay89@gmail.com>2013-09-11 01:07:55 +0800
committerJunio C Hamano <gitster@pobox.com>2013-09-11 14:07:15 -0700
commit0c024f3ed20d31090a1c08de4931465e5661e9f0 (patch)
tree30a5f84853f68cc67b4dde57370157ec43d12503
parentabcf2ac1b168edacfd30dbbd62e50ab6ef3df39d (diff)
downloadgit-0c024f3ed20d31090a1c08de4931465e5661e9f0.tar.gz
be clearer in place of 'remote repository' phrase
Based on: From: Junio C Hamano <gitster@pobox.com> Message-ID: <7vskdss3ei.fsf@alter.siamese.dyndns.org> > +Smart Service git-upload-pack > +------------------------------ > +This service reads from the remote repository. The wording "remote repository" felt confusing. I know it is "from the repository served by the server", but if it were named without "upload-pack", I might have mistaken that you are allowing to proxy a request to access a third-party repository by this server. The same comment applies to the git-receive-pack service. Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/technical/http-protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index dbfff36af6..4bb16140ad 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -279,7 +279,7 @@ declarations behind a NUL on the first ref.
Smart Service git-upload-pack
------------------------------
-This service reads from the remote repository.
+This service reads from the repository pointed to by $GIT_URL.
Clients MUST first perform ref discovery with
'$GIT_URL/info/refs?service=git-upload-pack'.
@@ -440,7 +440,7 @@ TODO: Document parsing response
Smart Service git-receive-pack
------------------------------
-This service modifies the remote repository.
+This service modifies the repository pointed to by $GIT_URL.
Clients MUST first perform ref discovery with
'$GIT_URL/info/refs?service=git-receive-pack'.