Git development
 help / color / mirror / Atom feed
* [PATCH] Documentation for git-shell
@ 2005-10-25  9:09 Petr Baudis
       [not found] ` <7vsluph6vx.fsf@assigned-by-dhcp.cox.net>
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Baudis @ 2005-10-25  9:09 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

This adds some simple documentation for git-shell.

Signed-off-by: Petr Baudis <pasky@suse.cz>
---

 Documentation/git-shell.txt |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-shell.txt b/Documentation/git-shell.txt
new file mode 100644
index 0000000..dfdfbf6
--- /dev/null
+++ b/Documentation/git-shell.txt
@@ -0,0 +1,32 @@
+git-shell(1)
+============
+
+NAME
+----
+git-shell - Restricted login shell for GIT over SSH only
+
+
+SYNOPSIS
+--------
+'git-shell -c <command> <argument>'
+
+DESCRIPTION
+-----------
+This is meant to be used as a login shell for SSH accounts you want
+to restrict to GIT pull/push access only. It permits execution only
+of two commands (`git-receive-pack` and `git-upload-pack`) with
+a single argument. The commands can be executed only by the '-c'
+option; the shell is not interactive.
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Petr Baudis and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the gitlink:git[7] suite
+

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-25 22:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-25  9:09 [PATCH] Documentation for git-shell Petr Baudis
     [not found] ` <7vsluph6vx.fsf@assigned-by-dhcp.cox.net>
2005-10-25 21:43   ` Petr Baudis
2005-10-25 22:03   ` [PATCH] Add some missing commands to the git.txt commands list Petr Baudis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox