Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 09:45:06 +0300
committerJunio C Hamano <gitster@pobox.com>2023-10-09 22:06:29 +0300
commitdbe33c5ad02aa9a6141abccf0821b49c46df2891 (patch)
tree075cee0657dce17bac66a3adda13be5b15a0ca1c /Documentation/gitprotocol-pack.txt
parent384f7d17d2f0d0ca689d8dda16f752c75a8ac634 (diff)
documentation: fix apostrophe usage
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-pack.txt')
-rw-r--r--Documentation/gitprotocol-pack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitprotocol-pack.txt b/Documentation/gitprotocol-pack.txt
index dd4108b7a3..01391cb300 100644
--- a/Documentation/gitprotocol-pack.txt
+++ b/Documentation/gitprotocol-pack.txt
@@ -137,7 +137,7 @@ an absolute path in the remote filesystem.
v
ssh user@example.com "git-upload-pack '/project.git'"
-In a "user@host:path" format URI, its relative to the user's home
+In a "user@host:path" format URI, it's relative to the user's home
directory, because the Git client will run:
git clone user@example.com:project.git