Re: [PATCH v3 0/2] shell: allow 'no-interactive-login' command to disable interactive shell

2013-03-12 Thread Jeff King
On Sat, Mar 09, 2013 at 01:52:37PM -0800, Jonathan Nieder wrote:

> Here's a reroll along the lines described at
> http://thread.gmane.org/gmane.comp.version-control.git/216229
> 
> As before, this series is meant to give users of basic 'git shell'
> setups a chance to imitate some nice behaviors that GitHub and
> gitolite offer in more complicated ways.  Thanks for your help on it
> so far.

Thanks, this version looks good to me.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v3 0/2] shell: allow 'no-interactive-login' command to disable interactive shell

2013-03-09 Thread Jonathan Nieder
Hi again,

Here's a reroll along the lines described at
http://thread.gmane.org/gmane.comp.version-control.git/216229

As before, this series is meant to give users of basic 'git shell'
setups a chance to imitate some nice behaviors that GitHub and
gitolite offer in more complicated ways.  Thanks for your help on it
so far.

Jonathan Nieder (2):
  shell doc: emphasize purpose and security model
  shell: allow customization of "interactive login disabled" message

 Documentation/git-shell.txt | 86 +
 shell.c | 13 +++
 2 files changed, 84 insertions(+), 15 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html