Add sample commands for git-shell
commit54baefda8c0bbee461a4cd68dca970d92fddced0
authorGreg Brockman <gdb@MIT.EDU>
Wed, 28 Jul 2010 07:43:04 +0000 (28 00:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Aug 2010 22:16:31 +0000 (12 15:16 -0700)
tree65d0c395c0bd63da14713a2c3ee3c9d132a48023
parente69164ddb9d6092a94915bb984749d48f598cea8
Add sample commands for git-shell

Provide a 'list' command to view available bare repositories ending in
.git and a 'help command to display usage.  Also add documentation in
a README

Signed-off-by: Greg Brockman <gdb@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/git-shell-commands/README [new file with mode: 0644]
contrib/git-shell-commands/help [new file with mode: 0755]
contrib/git-shell-commands/list [new file with mode: 0755]