diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:08 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | 859a6d6045e338a337cb7499100b1fa31c367fbf (patch) | |
| tree | efe92f5906cedbb2ae73d02644c2c034bb81a87f /Documentation/gitprotocol-http.txt | |
| parent | documentation: add missing words (diff) | |
| download | git-859a6d6045e338a337cb7499100b1fa31c367fbf.tar.gz git-859a6d6045e338a337cb7499100b1fa31c367fbf.zip | |
documentation: remove extraneous words
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitprotocol-http.txt')
| -rw-r--r-- | Documentation/gitprotocol-http.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitprotocol-http.txt b/Documentation/gitprotocol-http.txt index fcc2b25ee9..21b73b7a1f 100644 --- a/Documentation/gitprotocol-http.txt +++ b/Documentation/gitprotocol-http.txt @@ -42,7 +42,7 @@ both the "smart" and "dumb" HTTP protocols used by Git operate by appending additional path components onto the end of the user supplied `$GIT_URL` string. -An example of a dumb client requesting for a loose object: +An example of a dumb client requesting a loose object: $GIT_URL: http://example.com:8080/git/repo.git URL request: http://example.com:8080/git/repo.git/objects/d0/49f6c27a2244e12041955e262a404c7faba355 |
