summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-06-23 20:22:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-06-23 20:22:35 (GMT)
commit39c15e485575089eb77c769f6da02f98a55905e0 (patch)
tree13de6f9d19a85b9e08de28bef2bd96b3b3e2d818 /Documentation
parentf770e9f396d48b567ef7b37d273e91ad570a3522 (diff)
parentbcb6cdfc0325e8aefa60b4947c8aabe81e020a23 (diff)
downloadgit-39c15e485575089eb77c769f6da02f98a55905e0.zip
git-39c15e485575089eb77c769f6da02f98a55905e0.tar.gz
git-39c15e485575089eb77c769f6da02f98a55905e0.tar.bz2
Merge branch 'ab/credentials-in-url-more'
* ab/credentials-in-url-more: Documentation/config/transfer.txt: fix typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/transfer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/transfer.txt b/Documentation/config/transfer.txt
index b4475c0..7ed917f 100644
--- a/Documentation/config/transfer.txt
+++ b/Documentation/config/transfer.txt
@@ -20,7 +20,7 @@ exposure, e.g. because:
in other ways, e.g. a backup process might copy the data to another
system.
* The git programs will pass the full URL to one another as arguments
- on the command-line, meaning the credentials will be exposed to oher
+ on the command-line, meaning the credentials will be exposed to other
users on OS's or systems that allow other users to see the full
process list of other users. On linux the "hidepid" setting
documented in procfs(5) allows for configuring this behavior.