aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@ucw.cz>2005-10-25 23:43:30 +0200
committerJunio C Hamano <junkio@cox.net>2005-10-25 22:51:13 -0700
commitd43367af55d8f67508000291b22e96c0a6b072dd (patch)
tree1ca5c781aab694a4197613719e23be02b1c7954f /Documentation/git.txt
parent05ff5649a4fd90c3c80f507165bbaf07dc0dbe8e (diff)
downloadgit-d43367af55d8f67508000291b22e96c0a6b072dd.tar.gz
git-d43367af55d8f67508000291b22e96c0a6b072dd.tar.xz
Documentation for git-shell
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 796c4f61e..769054bac 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -182,6 +182,9 @@ gitlink:git-receive-pack[1]::
gitlink:git-send-pack[1]::
Pushes to a remote repository, intelligently.
+gitlink:git-shell[1]::
+ Restricted shell for GIT-only SSH access.
+
gitlink:git-ssh-fetch[1]::
Pulls from a remote repository over ssh connection
Previously this command was known as git-ssh-pull.