Topics ▾
Email
Version 1.5.4 ▾
git-shell last updated in 1.7.6.1
Changes in the git-shell manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Administration
Server Admin
Plumbing Commands
- 1.7.6.2 → 1.8.2.3 no changes
-
1.7.6.1
08/24/11
- 1.7.5.1 → 1.7.6 no changes
-
1.7.5
04/24/11
- 1.7.4.1 → 1.7.4.5 no changes
-
1.7.4
01/31/11
- 1.6.3.1 → 1.7.3.5 no changes
-
1.6.3
05/07/09
- 1.6.1.2 → 1.6.2.5 no changes
-
1.6.1.1
01/25/09
- 1.6.0.1 → 1.6.1 no changes
-
1.6.0
08/17/08
- 1.5.6.1 → 1.5.6.6 no changes
-
1.5.6
06/18/08
- 1.5.4.1 → 1.5.5.6 no changes
-
1.5.4
02/02/08
- 1.5.3.1 → 1.5.3.8 no changes
-
1.5.3
09/02/07
- 1.5.0.1 → 1.5.2.5 no changes
-
1.5.0
02/14/07
git-shell(1) Manual Page
NAME
git-shell - Restricted login shell for GIT-only SSH access
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 server-side GIT commands implementing the pull/push functionality. The commands can be executed only by the -c option; the shell is not interactive.
Currently, only the git-receive-pack and git-upload-pack commands are permitted to be called, with a single required argument.
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 git(7) suite