Mike Hommey <mh@xxxxxxxxxxxx> wrote: > On Sat, Apr 18, 2009 at 01:00:35AM +0400, Dmitry Potapov wrote: > > Besides, you made SSH_ORIGINAL_COMMAND to take precedent over explicitly > > specified parameters given to git-shell. Maybe it should be the other > > way around? > > If SSH_ORIGINAL_COMMAND is set, which means forced-commands are in use, > I don't see why other parameters should be more important. Gitosis runs by forced-command, and invokes git-shell to get to the real requested git command. I'm not sure if it unsets the SSH_ORIGINAL_COMMAND environment variable before launching the git-shell... But, in git, command line arguments override environment variables, which in turn override config files, which override any defaults that may be guessed from the host. So Dimtry is asking that you follow that same convention. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html